You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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>
This commit is contained in:
@@ -68,7 +68,7 @@ cglobal pullup_filter_comb, 3, 5, 8, first, second, size
|
|||||||
sub secondq, sizeq
|
sub secondq, sizeq
|
||||||
|
|
||||||
.loop:
|
.loop:
|
||||||
movq m0, [secondq]
|
movq m0, [firstq]
|
||||||
movq m1, [secondq]
|
movq m1, [secondq]
|
||||||
punpcklbw m0, m7
|
punpcklbw m0, m7
|
||||||
movq m2, [secondq+sizeq]
|
movq m2, [secondq+sizeq]
|
||||||
|
Reference in New Issue
Block a user