aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/vp3dsp.asm
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-07-26 02:28:16 -0300
committerJames Almer <jamrial@gmail.com>2015-07-26 02:50:14 -0300
commit844bef578ee0994a94bdd6ffe4099dddd6a9f136 (patch)
tree6d74691b444692f7aa168ca3c0ee0e0ce8dfa593 /libavcodec/x86/vp3dsp.asm
parent379ddc6af44f0c2f3cb517bcc5664610aef9bfc0 (diff)
downloadffmpeg-844bef578ee0994a94bdd6ffe4099dddd6a9f136.tar.gz
avcodec/x86: add missing colon to labels
Silences warnings with Nasm Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/x86/vp3dsp.asm')
-rw-r--r--libavcodec/x86/vp3dsp.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/vp3dsp.asm b/libavcodec/x86/vp3dsp.asm
index ee5a6bf67a..d457cd7de5 100644
--- a/libavcodec/x86/vp3dsp.asm
+++ b/libavcodec/x86/vp3dsp.asm
@@ -167,7 +167,7 @@ INIT_MMX mmx
cglobal put_vp_no_rnd_pixels8_l2, 5, 6, 0, dst, src1, src2, stride, h, stride3
mova m6, [pb_FE]
lea stride3q,[strideq+strideq*2]
-.loop
+.loop:
mova m0, [src1q]
mova m1, [src2q]
mova m2, [src1q+strideq]