Commit d9e10af5 authored by James Almer's avatar James Almer

x86/vf_interlace: add missing colon to labels

Silences warnings with Nasm
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 844bef57
......@@ -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]
......
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