Browse Source

x86/vf_interlace: add missing colon to labels

Silences warnings with Nasm

Signed-off-by: James Almer <jamrial@gmail.com>
tags/n2.8
James Almer 10 years ago
parent
commit
d9e10af547
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/x86/vf_interlace.asm

+ 1
- 1
libavfilter/x86/vf_interlace.asm View File

@@ -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…
Cancel
Save