]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpc.h
aacenc: Fix bug in writing libavcodec_ident.
[ffmpeg] / libavcodec / mpc.h
index 8b4deef689b8d62ba5ed6fdb23eb295cec32e8c1..808739fcc94cb7ac440b58e4ad35be6a5acc22fa 100644 (file)
@@ -66,6 +66,8 @@ typedef struct {
     int buf_size;
     AVLFG rnd;
     int frames_to_skip;
+    uint8_t *buffer;
+    int buffer_size;
     /* for synthesis */
     DECLARE_ALIGNED(16, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512*2];
     int synth_buf_offset[MPA_MAX_CHANNELS];