From 4a5289ade32a31055a48eddbb2adcb2b3e0c5dc7 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 10 Dec 2012 12:45:11 +0100 Subject: [PATCH] mips: disable ac3 downmix, until its updated to the new data layout. Signed-off-by: Michael Niedermayer --- libavcodec/mips/ac3dsp_mips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/mips/ac3dsp_mips.c b/libavcodec/mips/ac3dsp_mips.c index e50364552c..f849e95087 100644 --- a/libavcodec/mips/ac3dsp_mips.c +++ b/libavcodec/mips/ac3dsp_mips.c @@ -365,7 +365,7 @@ void ff_ac3dsp_init_mips(AC3DSPContext *c, int bit_exact) { #endif #if HAVE_MIPSFPU c->float_to_fixed24 = float_to_fixed24_mips; - c->downmix = ac3_downmix_mips; +// c->downmix = ac3_downmix_mips; #endif #endif