This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
vf_interlace: get rid of useless loads
Signed-off-by: Anton Khirnov <anton@khirnov.net>
tags/n2.5
Kieran Kunhya
Anton Khirnov
10 years ago
parent
fbd6c97f9c
commit
96fda42a8f
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
libavfilter/x86/vf_interlace.asm
+ 0
- 2
libavfilter/x86/vf_interlace.asm
View File
@@ -42,8 +42,6 @@ cglobal lowpass_line, 5, 5, 7
mova m1, [r3+r1+mmsize]
pavgb m0, [r4+r1]
pavgb m1, [r4+r1+mmsize]
mova m2, [r2+r1]
mova m3, [r2+r1+mmsize]
pxor m0, m6
pxor m1, m6
pxor m2, m6, [r2+r1]
Write
Preview
Loading…
Cancel
Save