[SCM] libav/experimental: indent

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:25:32 UTC 2013


The following commit has been merged in the experimental branch:
commit d78c1ea16fd18eeca9d7f8a0c5b80716cf84a163
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Jul 17 23:43:48 2008 +0000

    indent
    
    Originally committed as revision 27322 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/swscale_template.c b/libswscale/swscale_template.c
index 221c496..45cd491 100644
--- a/libswscale/swscale_template.c
+++ b/libswscale/swscale_template.c
@@ -1006,14 +1006,14 @@ static inline void RENAME(yuv2yuv1)(SwsContext *c, int16_t *lumSrc, int16_t *chr
             );
         }
     }else{
-    while(p--){
-        asm volatile(
-            YSCALEYUV2YV121
-            :: "r" (src[p]), "r" (dst[p] + counter[p]),
-            "g" (-counter[p])
-            : "%"REG_a
-        );
-    }
+        while(p--){
+            asm volatile(
+                YSCALEYUV2YV121
+                :: "r" (src[p]), "r" (dst[p] + counter[p]),
+                "g" (-counter[p])
+                : "%"REG_a
+            );
+        }
     }
 
 #else

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list