summaryrefslogtreecommitdiff
path: root/lib/modes/residue_8.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/modes/residue_8.h')
-rw-r--r--lib/modes/residue_8.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/modes/residue_8.h b/lib/modes/residue_8.h
index ed6fa5bc..780cdce3 100644
--- a/lib/modes/residue_8.h
+++ b/lib/modes/residue_8.h
@@ -48,7 +48,8 @@ static vorbis_residue_template _res_8s_1[]={
&_resbook_8s_1,&_resbook_8s_1},
};
-static vorbis_mapping_template _mapres_template_8_stereo[2]={
+static vorbis_mapping_template _mapres_template_8_stereo[3]={
+ { _map_nominal, _res_8s_0 }, /* -1 */
{ _map_nominal, _res_8s_0 }, /* 0 */
{ _map_nominal, _res_8s_1 }, /* 1 */
};
@@ -91,7 +92,8 @@ static vorbis_residue_template _res_8u_1[]={
&_resbook_8u_1,&_resbook_8u_1},
};
-static vorbis_mapping_template _mapres_template_8_uncoupled[2]={
+static vorbis_mapping_template _mapres_template_8_uncoupled[3]={
+ { _map_nominal_u, _res_8u_0 }, /* -1 */
{ _map_nominal_u, _res_8u_0 }, /* 0 */
{ _map_nominal_u, _res_8u_1 }, /* 1 */
};