Commit b8255a4c authored by Michael Niedermayer's avatar Michael Niedermayer

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: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6dffc8f5
......@@ -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]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment