mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-30 19:34:43 +00:00
x86/vf_interlace: add missing colon to labels
Silences warnings with Nasm Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
844bef578e
commit
d9e10af547
@ -37,7 +37,7 @@ cglobal lowpass_line, 5, 5, 7
|
||||
|
||||
pcmpeqb m6, m6
|
||||
|
||||
.loop
|
||||
.loop:
|
||||
mova m0, [r3+r1]
|
||||
mova m1, [r3+r1+mmsize]
|
||||
pavgb m0, [r4+r1]
|
||||
|
Loading…
Reference in New Issue
Block a user