mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
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
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user