summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-12-10 12:45:11 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-12-10 12:45:11 +0100
commit4a5289ade32a31055a48eddbb2adcb2b3e0c5dc7 (patch)
treed99a3fcdd3ff1261fdc6fa90d79ab4fc666b1b67 /libavcodec
parent6321e02896350f3ff3a3531dc5484e145c4ea524 (diff)
mips: disable ac3 downmix, until its updated to the new data layout.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/mips/ac3dsp_mips.c2
1 files changed, 1 insertions, 1 deletions
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