[FFmpeg-cvslog] dirac: alignment for add_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:40 2011 +0100| [4debdee6ce5ac2a6c15741cb51920b7f714637e9] | committer: Michael Niedermayer

dirac: alignment for add_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=4debdee6ce5ac2a6c15741cb51920b7f714637e9
---

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

diff --git a/libavcodec/x86/diracdsp_yasm.asm b/libavcodec/x86/diracdsp_yasm.asm
index 154af19..10f3369 100644
--- a/libavcodec/x86/diracdsp_yasm.asm
+++ b/libavcodec/x86/diracdsp_yasm.asm
@@ -195,7 +195,7 @@ cglobal add_rect_clamped_%1, 7,7,3, dst, src, stride, idwt, idwt_stride, w, h
     paddw   m1, [idwtq+2*wq]
     paddw   m2, [idwtq+2*wq+mmsize]
     packuswb m1, m2
-    movu    [dstq +wq], m1
+    mova    [dstq +wq], m1
     jg      .loop
 
     lea   srcq, [srcq + 2*strideq]



More information about the ffmpeg-cvslog mailing list