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, 1 insertions, 1 deletions
diff --git a/libavcodec/mpc.h b/libavcodec/mpc.h
index 25d1d2ce04..2d9755a593 100644
--- a/libavcodec/mpc.h
+++ b/libavcodec/mpc.h
@@ -72,6 +72,6 @@ typedef struct {
} MPCContext;
void ff_mpc_init(void);
-void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, void *dst);
+void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, void *dst, int channels);
#endif /* AVCODEC_MPC_H */