From 5a408f91e6371991f2c1134c2ddbf0684bb24854 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 30 May 2005 22:02:00 +0000 Subject: decrease V_NB_BITS if possible Originally committed as revision 4327 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vorbis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/vorbis.h') 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 { -- cgit v1.2.3