cosmetics: indentation

Originally committed as revision 27672 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
Diego Biurrun
2008-09-29 05:41:54 +00:00
parent 8335a9f0cb
commit ed2164f37e

View File

@ -136,8 +136,7 @@ static int doTest(uint8_t *ref[3], int refStride[3], int w, int h, int srcFormat
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);
flags, ssdY, ssdU, ssdV);
fflush(stdout);
end: