From a48ce2c3a749d5c2cd124a28b8a1d5332aad9160 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Sat, 22 Aug 2009 19:30:19 +0000 Subject: Fix inconsistent indentation. Originally committed as revision 29545 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale-example.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libswscale') diff --git a/libswscale/swscale-example.c b/libswscale/swscale-example.c index 9359e1ecab..da29a16470 100644 --- a/libswscale/swscale-example.c +++ b/libswscale/swscale-example.c @@ -37,7 +37,7 @@ const char *sws_format_name(enum PixelFormat format); || (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 refStride[4], int w, int h, int srcFormat flags, ssdY, ssdU, ssdV, ssdA); fflush(stdout); - end: +end: sws_freeContext(srcContext); sws_freeContext(dstContext); -- cgit v1.2.3