[SCM] libav/experimental: Indent.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:49:59 UTC 2013


The following commit has been merged in the experimental branch:
commit 475f361308de510d7ed8a9d18d384e0ec3f428ed
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date:   Thu Aug 13 13:18:59 2009 +0000

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

diff --git a/libswscale/swscale-example.c b/libswscale/swscale-example.c
index af959b1..c289324 100644
--- a/libswscale/swscale-example.c
+++ b/libswscale/swscale-example.c
@@ -141,8 +141,8 @@ static int doTest(uint8_t *ref[4], int refStride[4], int w, int h, int srcFormat
     ssdY= getSSD(ref[0], out[0], refStride[0], refStride[0], w, h);
     if (!isGray(srcFormat) && !isGray(dstFormat)) {
         //FIXME check that output is really gray
-    ssdU= getSSD(ref[1], out[1], refStride[1], refStride[1], (w+1)>>1, (h+1)>>1);
-    ssdV= getSSD(ref[2], out[2], refStride[2], refStride[2], (w+1)>>1, (h+1)>>1);
+        ssdU= getSSD(ref[1], out[1], refStride[1], refStride[1], (w+1)>>1, (h+1)>>1);
+        ssdV= getSSD(ref[2], out[2], refStride[2], refStride[2], (w+1)>>1, (h+1)>>1);
     }
     if (isALPHA(srcFormat) && isALPHA(dstFormat))
         ssdA= getSSD(ref[3], out[3], refStride[3], refStride[3], w, h);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list