[FFmpeg-cvslog] avfilter/x86/vf_hflip : indent

Martin Vignali git at videolan.org
Tue Dec 19 22:12:04 EET 2017


ffmpeg | branch: master | Martin Vignali <martin.vignali at gmail.com> | Tue Dec 19 21:07:10 2017 +0100| [3df6e61dad85d44956b66a630f32bd7c86f41b30] | committer: Martin Vignali

avfilter/x86/vf_hflip : indent

based on patch by Paul B Mahol

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

 libavfilter/x86/vf_hflip.asm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/libavfilter/x86/vf_hflip.asm b/libavfilter/x86/vf_hflip.asm
index 6bd1782da4..285618954f 100644
--- a/libavfilter/x86/vf_hflip.asm
+++ b/libavfilter/x86/vf_hflip.asm
@@ -33,7 +33,7 @@ SECTION .text
 %macro HFLIP 3
 cglobal hflip_%1, 3, 5, 3, src, dst, w, r, x
     VBROADCASTI128    m0, [pb_flip_%1]
-    xor     xq, xq
+    xor               xq, xq
 %if %3 == 1
     movsxdifnidn wq, wd
 %else ; short
@@ -63,9 +63,9 @@ cglobal hflip_%1, 3, 5, 3, src, dst, w, r, x
         cmp     xq, wq
         jl .loop0
 
-        cmp    rq, 0
-        je .end
-        add    wq, rq
+    cmp    rq, 0
+    je .end
+    add    wq, rq
 
     .loop1:
         neg    xq
@@ -76,7 +76,7 @@ cglobal hflip_%1, 3, 5, 3, src, dst, w, r, x
         cmp    xq, wq
         jl .loop1
     .end:
-RET
+        RET
 %endmacro
 
 INIT_XMM ssse3



More information about the ffmpeg-cvslog mailing list