1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-02 06:23:23 +02:00

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>
This commit is contained in:
Michael Niedermayer 2014-09-28 18:56:54 +02:00
parent b28f470df0
commit d22e88d120

View File

@ -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