Commit 4a5289ad authored by Michael Niedermayer's avatar Michael Niedermayer

mips: disable ac3 downmix, until its updated to the new data layout.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6321e028
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment