From 7d3829a87a7465f3effe8e0e09760882578e5a0a Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sun, 21 Nov 2010 20:42:06 +0000 Subject: Musepack SV8 supports "mono" files (though it still codes them as stereo), so extend decoder to output only one channel for it. This fixes issue 2368. Originally committed as revision 25790 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mpc.h') 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 */ -- cgit v1.2.3