[FFmpeg-cvslog] avcodec/x86/fmtconvert: Fix operand size in ff_int32_to_float_fmul_array8_sse*

Michael Niedermayer git at videolan.org
Sun Sep 28 19:04:37 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Sep 28 18:56:54 2014 +0200| [d22e88d120ebaff40d25a5872b75d69e2ced5a61] | committer: Michael Niedermayer

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 at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d22e88d120ebaff40d25a5872b75d69e2ced5a61
---

 libavcodec/x86/fmtconvert.asm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/x86/fmtconvert.asm b/libavcodec/x86/fmtconvert.asm
index f42d203..19595f7 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



More information about the ffmpeg-cvslog mailing list