summaryrefslogtreecommitdiff
path: root/lib/modes/residue_16.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/modes/residue_16.h')
-rw-r--r--lib/modes/residue_16.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/modes/residue_16.h b/lib/modes/residue_16.h
index 62ba23b1..d521ff77 100644
--- a/lib/modes/residue_16.h
+++ b/lib/modes/residue_16.h
@@ -84,7 +84,8 @@ static vorbis_residue_template _res_16s_2[]={
&_resbook_16s_2,&_resbook_16s_2}
};
-static vorbis_mapping_template _mapres_template_16_stereo[3]={
+static vorbis_mapping_template _mapres_template_16_stereo[4]={
+ { _map_nominal, _res_16s_0 }, /* -1 */
{ _map_nominal, _res_16s_0 }, /* 0 */
{ _map_nominal, _res_16s_1 }, /* 1 */
{ _map_nominal, _res_16s_2 }, /* 2 */
@@ -156,7 +157,8 @@ static vorbis_residue_template _res_16u_2[]={
};
-static vorbis_mapping_template _mapres_template_16_uncoupled[3]={
+static vorbis_mapping_template _mapres_template_16_uncoupled[4]={
+ { _map_nominal_u, _res_16u_0 }, /* -1 */
{ _map_nominal_u, _res_16u_0 }, /* 0 */
{ _map_nominal_u, _res_16u_1 }, /* 1 */
{ _map_nominal_u, _res_16u_2 }, /* 2 */