aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mpc.h')
-rw-r--r--libavcodec/mpc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mpc.h b/libavcodec/mpc.h
index 8b4deef689..808739fcc9 100644
--- a/libavcodec/mpc.h
+++ b/libavcodec/mpc.h
@@ -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];