[FFmpeg-cvslog] x86/hevc_idct: add a colon to labels
James Almer
git at videolan.org
Mon Jul 28 21:54:10 CEST 2014
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon Jul 28 16:17:34 2014 -0300| [f137876182f65e0d2f5f46b31543346d73d03105] | committer: Michael Niedermayer
x86/hevc_idct: add a colon to labels
This fixes a warning spam when using NASM
Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f137876182f65e0d2f5f46b31543346d73d03105
---
libavcodec/x86/hevc_idct.asm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/x86/hevc_idct.asm b/libavcodec/x86/hevc_idct.asm
index 2ad6e97..481726d 100644
--- a/libavcodec/x86/hevc_idct.asm
+++ b/libavcodec/x86/hevc_idct.asm
@@ -36,7 +36,7 @@ cglobal hevc_idct%1x%1_dc_%3, 1, 2, 1, coeff, tmp
SPLATW m0, xm0
DEFINE_ARGS coeff, cnt
mov cntd, %2
-.loop
+.loop:
mova [coeffq+mmsize*0], m0
mova [coeffq+mmsize*1], m0
mova [coeffq+mmsize*2], m0
More information about the ffmpeg-cvslog
mailing list