diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-05-30 22:02:00 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-05-30 22:02:00 +0000 |
commit | 5a408f91e6371991f2c1134c2ddbf0684bb24854 (patch) | |
tree | 64186155e4560057ace9ab803c6af6880bbe1140 /libavcodec/vorbis.h | |
parent | f4e61cd194ea84719bc81b06ebc6383e44f1a6ca (diff) | |
download | ffmpeg-5a408f91e6371991f2c1134c2ddbf0684bb24854.tar.gz |
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.h | 1 |
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 { |