summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/codecs/libtremor/backends.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/libtremor/backends.h b/apps/codecs/libtremor/backends.h
index 4b893bf278..9b63080a6b 100644
--- a/apps/codecs/libtremor/backends.h
+++ b/apps/codecs/libtremor/backends.h
@@ -115,8 +115,10 @@ typedef struct vorbis_info_mapping0{
115 int floorsubmap[16]; /* [mux] submap to floors */ 115 int floorsubmap[16]; /* [mux] submap to floors */
116 int residuesubmap[16]; /* [mux] submap to residue */ 116 int residuesubmap[16]; /* [mux] submap to residue */
117 117
118#if 0
118 int psy[2]; /* by blocktype; impulse/padding for short, 119 int psy[2]; /* by blocktype; impulse/padding for short,
119 transition/normal for long */ 120 transition/normal for long */
121#endif
120 122
121 int coupling_steps; 123 int coupling_steps;
122 int coupling_mag[256]; 124 int coupling_mag[256];