summaryrefslogtreecommitdiff
path: root/libavfilter/x86
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-06-25 18:10:12 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-06-25 18:22:48 +0200
commitb8255a4c7096ecddea68e12e067c7a9b2e14ed8d (patch)
tree6d5e904124a70d752078cfb2f2d5f4dd3819a685 /libavfilter/x86
parent6dffc8f5aaab6b20385f0a0d9ef95cec7d6cdd4b (diff)
avfilter/x86/vf_pullup: fix old typo
This makes C and MMX match, no change to fate as the differences where apparently not sufficient to show up in fate Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/x86')
-rw-r--r--libavfilter/x86/vf_pullup.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/x86/vf_pullup.asm b/libavfilter/x86/vf_pullup.asm
index 3689b04ef2..4ce8b9b6f9 100644
--- a/libavfilter/x86/vf_pullup.asm
+++ b/libavfilter/x86/vf_pullup.asm
@@ -68,7 +68,7 @@ cglobal pullup_filter_comb, 3, 5, 8, first, second, size
sub secondq, sizeq
.loop:
- movq m0, [secondq]
+ movq m0, [firstq]
movq m1, [secondq]
punpcklbw m0, m7
movq m2, [secondq+sizeq]