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>
pull/76/merge
Michael Niedermayer 11 years ago
parent 6dffc8f5aa
commit b8255a4c70
  1. 2
      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]

Loading…
Cancel
Save