summaryrefslogtreecommitdiff
path: root/libswscale/swscale-example.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-09-29 05:41:54 +0000
committerDiego Biurrun <diego@biurrun.de>2008-09-29 05:41:54 +0000
commited2164f37e7c6370daed9a56ac931ceaa9c1a397 (patch)
tree7423ca2f0e623362fc678bb707bed204f4c393e5 /libswscale/swscale-example.c
parent8335a9f0cb0b1e5c5c57e38d8df2e095e164507c (diff)
cosmetics: indentation
Originally committed as revision 27672 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale-example.c')
-rw-r--r--libswscale/swscale-example.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/libswscale/swscale-example.c b/libswscale/swscale-example.c
index fda3e2332c..eae24425e4 100644
--- a/libswscale/swscale-example.c
+++ b/libswscale/swscale-example.c
@@ -133,12 +133,11 @@ static int doTest(uint8_t *ref[3], int refStride[3], int w, int h, int srcFormat
ssdU/= w*h/4;
ssdV/= w*h/4;
- printf(" %s %dx%d -> %s %4dx%4d flags=%2d SSD=%5lld,%5lld,%5lld\n",
- sws_format_name(srcFormat), srcW, srcH,
- sws_format_name(dstFormat), dstW, dstH,
- flags,
- ssdY, ssdU, ssdV);
- fflush(stdout);
+ printf(" %s %dx%d -> %s %4dx%4d flags=%2d SSD=%5lld,%5lld,%5lld\n",
+ sws_format_name(srcFormat), srcW, srcH,
+ sws_format_name(dstFormat), dstW, dstH,
+ flags, ssdY, ssdU, ssdV);
+ fflush(stdout);
end: