diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-12-10 12:45:11 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-12-10 12:45:11 +0100 |
commit | 4a5289ade32a31055a48eddbb2adcb2b3e0c5dc7 (patch) | |
tree | d99a3fcdd3ff1261fdc6fa90d79ab4fc666b1b67 /libavcodec/mips | |
parent | 6321e02896350f3ff3a3531dc5484e145c4ea524 (diff) | |
download | ffmpeg-4a5289ade32a31055a48eddbb2adcb2b3e0c5dc7.tar.gz |
mips: disable ac3 downmix, until its updated to the new data layout.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mips')
-rw-r--r-- | libavcodec/mips/ac3dsp_mips.c | 2 |
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 |