[FFmpeg-cvslog] x86/vf_interlace: add missing colon to labels

James Almer git at videolan.org
Sun Jul 26 07:51:53 CEST 2015


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sun Jul 26 02:28:36 2015 -0300| [d9e10af54784f5f8eaa2b4f9f7409ce215916ee4] | committer: James Almer

x86/vf_interlace: add missing colon to labels

Silences warnings with Nasm

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d9e10af54784f5f8eaa2b4f9f7409ce215916ee4
---

 libavfilter/x86/vf_interlace.asm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/x86/vf_interlace.asm b/libavfilter/x86/vf_interlace.asm
index ce3dd81..f70c700 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]



More information about the ffmpeg-cvslog mailing list