summaryrefslogtreecommitdiff
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, 0 insertions, 2 deletions
diff --git a/libavcodec/mpc.h b/libavcodec/mpc.h
index 808739fcc9..8b4deef689 100644
--- a/libavcodec/mpc.h
+++ b/libavcodec/mpc.h
@@ -66,8 +66,6 @@ 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];