forked from FFmpeg/FFmpeg
lavc/mips: temporally disable ac3 downmix
This commit is contained in:
parent
ce10e4cb1f
commit
9dc57688c8
2 changed files with 2 additions and 1 deletions
|
@ -102,6 +102,7 @@ Collateral damage that needs work locally:
|
||||||
- Merge proresdec2.c and proresdec_lgpl.c
|
- Merge proresdec2.c and proresdec_lgpl.c
|
||||||
- Merge proresenc_anatoliy.c and proresenc_kostya.c
|
- Merge proresenc_anatoliy.c and proresenc_kostya.c
|
||||||
- Remove ADVANCED_PARSER in libavcodec/hevc_parser.c
|
- Remove ADVANCED_PARSER in libavcodec/hevc_parser.c
|
||||||
|
- Fix MIPS AC3 downmix
|
||||||
|
|
||||||
Extra changes needed to be aligned with Libav:
|
Extra changes needed to be aligned with Libav:
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
|
|
|
@ -409,7 +409,7 @@ void ff_ac3dsp_init_mips(AC3DSPContext *c, int bit_exact) {
|
||||||
#if HAVE_MIPSFPU
|
#if HAVE_MIPSFPU
|
||||||
#if !HAVE_MIPS32R6 && !HAVE_MIPS64R6
|
#if !HAVE_MIPS32R6 && !HAVE_MIPS64R6
|
||||||
c->float_to_fixed24 = float_to_fixed24_mips;
|
c->float_to_fixed24 = float_to_fixed24_mips;
|
||||||
c->downmix = ac3_downmix_mips;
|
//c->downmix = ac3_downmix_mips;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue