Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2014-07-06 20:14:32 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-07-06 22:27:57 +0400
commit195f7bd23de7c8d8e99d933df19d625de881daed (patch)
tree4a3a60e4167ba50944e9614f5ee59a806dab4534 /libavcodec
parent0d1994ee3cf879870b202d0cafacc1e5e9348f15 (diff)
x86/svq1enc: use unaligned mov on SSE2
Might fix fate failures on some systems Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/x86/svq1enc.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/svq1enc.asm b/libavcodec/x86/svq1enc.asm
index 24ee70f108..5fb3361433 100644
--- a/libavcodec/x86/svq1enc.asm
+++ b/libavcodec/x86/svq1enc.asm
@@ -29,7 +29,7 @@ cglobal ssd_int8_vs_int16, 3, 3, 3, pix1, pix2, size
.loop
sub sizeq, 8
movq m1, [pix1q + sizeq]
- mova m2, [pix2q + sizeq*2]
+ movu m2, [pix2q + sizeq*2]
%if mmsize == 8
movq m3, [pix2q + sizeq*2 + mmsize]
punpckhbw m4, m1