Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-03-17 12:16:13 +0300
committerDiego Biurrun <diego@biurrun.de>2016-10-17 17:31:26 +0300
commit6be7944ee2ec2f045e6eb9a93237e992c8b20ac4 (patch)
tree5b5078d803bbe116620a2c0ce77acb437fa5c110 /libavfilter/x86
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/x86')
-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]