]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpc.h
aacenc: Fix bug in writing libavcodec_ident.
[ffmpeg] / libavcodec / mpc.h
index cd5769234cb78fb519e30775bec6a949619c054d..808739fcc94cb7ac440b58e4ad35be6a5acc22fa 100644 (file)
@@ -50,6 +50,7 @@ typedef struct {
 }Band;
 
 typedef struct {
+    AVFrame frame;
     DSPContext dsp;
     MPADSPContext mpadsp;
     GetBitContext gb;
@@ -65,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];