提交 d22e88d1 编写于 作者: M Michael Niedermayer

avcodec/x86/fmtconvert: Fix operand size in ff_int32_to_float_fmul_array8_sse*

Fixes acodec-dca2 fate failure
Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 b28f470d
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册