[FFmpeg-cvslog] dirac: alignment for put_signed_rect_clamped has been fixed

Michael Niedermayer git at videolan.org
Mon Oct 31 17:11:42 CET 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Oct 31 17:00:03 2011 +0100| [66b6d7bcd7b966ff2465436d83937918345e6aad] | committer: Michael Niedermayer

dirac: alignment for put_signed_rect_clamped has been fixed

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavcodec/x86/diracdsp_yasm.asm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/x86/diracdsp_yasm.asm b/libavcodec/x86/diracdsp_yasm.asm
index e563bbf..154af19 100644
--- a/libavcodec/x86/diracdsp_yasm.asm
+++ b/libavcodec/x86/diracdsp_yasm.asm
@@ -157,8 +157,8 @@ cglobal put_signed_rect_clamped_%1, 5,7,3, dst, dst_stride, src, src_stride, w,
     packsswb m2, [src2q+2*wq+mmsize]
     paddb    m1, m0
     paddb    m2, m0
-    movu    [dstq +wq], m1
-    movu    [dst2q+wq], m2
+    mova    [dstq +wq], m1
+    mova    [dst2q+wq], m2
     jg      .loopx
 
     lea   srcq, [srcq+src_strideq*4]



More information about the ffmpeg-cvslog mailing list