[SCM] libav/experimental: Indent.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:56:15 UTC 2013


The following commit has been merged in the experimental branch:
commit e77ddfa293024d21b81714ffe39d8b479828dd26
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date:   Sun Dec 20 17:15:01 2009 +0000

    Indent.
    
    Originally committed as revision 30086 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/swscale_template.c b/libswscale/swscale_template.c
index 92786be..9208a07 100644
--- a/libswscale/swscale_template.c
+++ b/libswscale/swscale_template.c
@@ -2945,8 +2945,8 @@ static void RENAME(sws_init_swScale)(SwsContext *c)
     if (c->flags & SWS_FAST_BILINEAR)
 #endif
     {
-    c->hyscale_fast = RENAME(hyscale_fast);
-    c->hcscale_fast = RENAME(hcscale_fast);
+        c->hyscale_fast = RENAME(hyscale_fast);
+        c->hcscale_fast = RENAME(hcscale_fast);
     }
 
     c->hcscale_internal = NULL;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list