diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-08-28 09:11:45 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-10-01 13:42:44 -0400 |
commit | 1a3459033dc94d3f6e1b7e7c4de227fda369f2bf (patch) | |
tree | bae054f19164d46ba265fba3f21da2bc4feab65e /libavcodec/mpc.h | |
parent | 3fca0d72105a607926adea702065b1a00adb0b5d (diff) | |
download | ffmpeg-1a3459033dc94d3f6e1b7e7c4de227fda369f2bf.tar.gz |
mpc7/8: use planar sample format
Diffstat (limited to 'libavcodec/mpc.h')
-rw-r--r-- | libavcodec/mpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpc.h b/libavcodec/mpc.h index 1a6e7943af..2ee3c6d416 100644 --- a/libavcodec/mpc.h +++ b/libavcodec/mpc.h @@ -73,6 +73,6 @@ typedef struct { } MPCContext; void ff_mpc_init(void); -void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, void *dst, int channels); +void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, int16_t **out, int channels); #endif /* AVCODEC_MPC_H */ |