[FFmpeg-cvslog] mips: disable ac3 downmix, until its updated to the new data layout.

Michael Niedermayer git at videolan.org
Mon Dec 10 12:58:57 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Dec 10 12:45:11 2012 +0100| [4a5289ade32a31055a48eddbb2adcb2b3e0c5dc7] | committer: Michael Niedermayer

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

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4a5289ade32a31055a48eddbb2adcb2b3e0c5dc7
---

 libavcodec/mips/ac3dsp_mips.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/mips/ac3dsp_mips.c b/libavcodec/mips/ac3dsp_mips.c
index e503645..f849e95 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
 



More information about the ffmpeg-cvslog mailing list