summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-09-28 18:56:54 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-09-28 19:04:06 +0200
commitd22e88d120ebaff40d25a5872b75d69e2ced5a61 (patch)
treef77e364be49a24757b9c6fb80435f4a7252bcdc7
parentb28f470df09cc0d339d8b947818db0dfcc9a7f74 (diff)
avcodec/x86/fmtconvert: Fix operand size in ff_int32_to_float_fmul_array8_sse*
Fixes acodec-dca2 fate failure Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavcodec/x86/fmtconvert.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/fmtconvert.asm b/libavcodec/x86/fmtconvert.asm
index f42d203b1e..19595f7d00 100644
--- a/libavcodec/x86/fmtconvert.asm
+++ b/libavcodec/x86/fmtconvert.asm
@@ -83,7 +83,7 @@ INT32_TO_FLOAT_FMUL_SCALAR 3
;------------------------------------------------------------------------------
%macro INT32_TO_FLOAT_FMUL_ARRAY8 0
cglobal int32_to_float_fmul_array8, 5, 5, 5, c, dst, src, mul, len
- shl lenq, 2
+ shl lend, 2
add srcq, lenq
add dstq, lenq
neg lenq