]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vorbis.h
Make all tables static const.
[ffmpeg] / libavcodec / vorbis.h
index 8e946c8b75451bc9b079477b361061be77c301e9..27274a126ec72dfebecf62a7b34fb60fc6b9f749 100644 (file)
@@ -9,6 +9,7 @@ typedef struct {
     uint_fast8_t maxdepth;
     VLC vlc;
     float *codevectors;
+    unsigned int nb_bits;
 } vorbis_codebook;
 
 typedef struct {
@@ -88,6 +89,8 @@ typedef struct {
     float *saved;
     uint_fast16_t saved_start;
     float *ret;
+    float *buf;
+    float *buf_tmp;
 } vorbis_context;