From 4debdee6ce5ac2a6c15741cb51920b7f714637e9 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 31 Oct 2011 17:00:40 +0100 Subject: [PATCH] dirac: alignment for add_rect_clamped has been fixed Signed-off-by: Michael Niedermayer --- libavcodec/x86/diracdsp_yasm.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/x86/diracdsp_yasm.asm b/libavcodec/x86/diracdsp_yasm.asm index 154af193c7..10f3369994 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]