[FFmpeg-cvslog] r29545 - trunk/libswscale/swscale-example.c

ramiro subversion
Sat Aug 22 21:30:20 CEST 2009


Author: ramiro
Date: Sat Aug 22 21:30:19 2009
New Revision: 29545

Log:
Fix inconsistent indentation.

Modified:
   trunk/libswscale/swscale-example.c

Modified: trunk/libswscale/swscale-example.c
==============================================================================
--- trunk/libswscale/swscale-example.c	Fri Aug 21 18:54:57 2009	(r29544)
+++ trunk/libswscale/swscale-example.c	Sat Aug 22 21:30:19 2009	(r29545)
@@ -37,7 +37,7 @@ const char *sws_format_name(enum PixelFo
         || (x)==PIX_FMT_GRAY16BE    \
         || (x)==PIX_FMT_GRAY16LE    \
     )
-#define hasChroma(x)   (!(           \
+#define hasChroma(x)   (!(          \
             isGray(x)               \
         || (x)==PIX_FMT_MONOBLACK   \
         || (x)==PIX_FMT_MONOWHITE   \
@@ -165,7 +165,7 @@ static int doTest(uint8_t *ref[4], int r
            flags, ssdY, ssdU, ssdV, ssdA);
     fflush(stdout);
 
-    end:
+end:
 
     sws_freeContext(srcContext);
     sws_freeContext(dstContext);



More information about the ffmpeg-cvslog mailing list