mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
mips: disable ac3 downmix, until its updated to the new data layout.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6321e02896
commit
4a5289ade3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user