summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h264_deblock_10bit.asm
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-08-06 00:09:48 +0100
committerMans Rullgard <mans@mansr.com>2012-08-07 15:20:56 +0100
commita3df4781f40869cd7766f46221412039cf54c1b7 (patch)
tree59cddf33dc73be1370aa59ca545ac35e47d2cb23 /libavcodec/x86/h264_deblock_10bit.asm
parent36ef5369ee9b336febc2c270f8718cec4476cb85 (diff)
x86: add colons after labels
nasm prints a warning if the colon is missing. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/x86/h264_deblock_10bit.asm')
-rw-r--r--libavcodec/x86/h264_deblock_10bit.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/x86/h264_deblock_10bit.asm b/libavcodec/x86/h264_deblock_10bit.asm
index ba2f91490e..b18f7bcdbf 100644
--- a/libavcodec/x86/h264_deblock_10bit.asm
+++ b/libavcodec/x86/h264_deblock_10bit.asm
@@ -623,7 +623,7 @@ cglobal deblock_v_luma_intra_10, 4,7,16
shl r2d, 2
shl r3d, 2
LOAD_AB aa, bb, r2d, r3d
-.loop
+.loop:
mova p2, [r4+r1]
mova p1, [r4+2*r1]
mova p0, [r4+r5]
@@ -674,7 +674,7 @@ cglobal deblock_h_luma_intra_10, 4,7,16
mova m0, [pw_2]
shl r2d, 2
shl r3d, 2
-.loop
+.loop:
movu q3, [r0-8]
movu q2, [r0+r1-8]
movu q1, [r0+r1*2-8]