summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor/codec_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libtremor/codec_internal.h')
-rw-r--r--apps/codecs/libtremor/codec_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/libtremor/codec_internal.h b/apps/codecs/libtremor/codec_internal.h
index 3ca7f54724..3cbd7cde89 100644
--- a/apps/codecs/libtremor/codec_internal.h
+++ b/apps/codecs/libtremor/codec_internal.h
@@ -60,7 +60,8 @@ typedef struct codec_setup_info {
60 /* Vorbis supports only short and long blocks, but allows the 60 /* Vorbis supports only short and long blocks, but allows the
61 encoder to choose the sizes */ 61 encoder to choose the sizes */
62 62
63 long blocksizes[2]; 63 int blocksizes_nbits[2];
64 long blocksizes[2]; /* = 1<<nbits */
64 65
65 /* modes are the primary means of supporting on-the-fly different 66 /* modes are the primary means of supporting on-the-fly different
66 blocksizes, different channel mappings (LR or M/A), 67 blocksizes, different channel mappings (LR or M/A),