summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis.h
diff options
context:
space:
mode:
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 {