summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorLoren Merritt <lorenm@u.washington.edu>2009-12-08 21:24:01 +0000
committerLoren Merritt <lorenm@u.washington.edu>2009-12-08 21:24:01 +0000
commit758c7455f165af6e47467c136dd439e275ac1298 (patch)
tree7608b5b178862e65cbbba98e686fdb7582c6538c /libavcodec
parent21600a77741e3f1703fa888004e05a063b53847b (diff)
fix a crash in ape decoding on x86_32 sse2
Originally committed as revision 20777 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/x86/dsputil_yasm.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/dsputil_yasm.asm b/libavcodec/x86/dsputil_yasm.asm
index 6bc19340cf..023fc4d3bd 100644
--- a/libavcodec/x86/dsputil_yasm.asm
+++ b/libavcodec/x86/dsputil_yasm.asm
@@ -131,7 +131,7 @@ cglobal scalarproduct_int16_%1, 3,3,4, v1, v2, order, shift
RET
; int scalarproduct_and_madd_int16(int16_t *v1, int16_t *v2, int16_t *v3, int order, int mul)
-cglobal scalarproduct_and_madd_int16_%1, 3,4,8, v1, v2, v3, order, mul
+cglobal scalarproduct_and_madd_int16_%1, 4,4,8, v1, v2, v3, order, mul
shl orderq, 1
movd m7, mulm
%if mmsize == 16