git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6321e02
)
mips: disable ac3 downmix, until its updated to the new data layout.
author
Michael Niedermayer
<michaelni@gmx.at>
Mon, 10 Dec 2012 11:45:11 +0000
(12:45 +0100)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 10 Dec 2012 11:45:11 +0000
(12:45 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/mips/ac3dsp_mips.c
patch
|
blob
|
history
diff --git
a/libavcodec/mips/ac3dsp_mips.c
b/libavcodec/mips/ac3dsp_mips.c
index
e503645
..
f849e95
100644
(file)
--- 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