summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-03-17 10:16:13 +0100
committerDiego Biurrun <diego@biurrun.de>2016-10-17 16:31:26 +0200
commit6be7944ee2ec2f045e6eb9a93237e992c8b20ac4 (patch)
tree5b5078d803bbe116620a2c0ce77acb437fa5c110 /libavfilter
parent2816f8a8bb33bd67fec5e94f5d357918caf4e055 (diff)
x86: Add missing colons after assembly labels
This fixes many warnings of the sort warning: label alone on a line without a colon might be in error
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/x86/vf_interlace.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/x86/vf_interlace.asm b/libavfilter/x86/vf_interlace.asm
index 85811da8d1..f2344216b3 100644
--- a/libavfilter/x86/vf_interlace.asm
+++ b/libavfilter/x86/vf_interlace.asm
@@ -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]