summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-05-30 22:02:00 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-05-30 22:02:00 +0000
commit5a408f91e6371991f2c1134c2ddbf0684bb24854 (patch)
tree64186155e4560057ace9ab803c6af6880bbe1140 /libavcodec/vorbis.h
parentf4e61cd194ea84719bc81b06ebc6383e44f1a6ca (diff)
decrease V_NB_BITS if possible
Originally committed as revision 4327 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vorbis.h')
-rw-r--r--libavcodec/vorbis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vorbis.h b/libavcodec/vorbis.h
index a9e88cbd65..27274a126e 100644
--- a/libavcodec/vorbis.h
+++ b/libavcodec/vorbis.h
@@ -9,6 +9,7 @@ typedef struct {
uint_fast8_t maxdepth;
VLC vlc;
float *codevectors;
+ unsigned int nb_bits;
} vorbis_codebook;
typedef struct {