Commit 83d2cd89 authored by diego's avatar diego

cosmetics: indentation


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@27672 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 330a56e9
...@@ -136,8 +136,7 @@ static int doTest(uint8_t *ref[3], int refStride[3], int w, int h, int srcFormat ...@@ -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", printf(" %s %dx%d -> %s %4dx%4d flags=%2d SSD=%5lld,%5lld,%5lld\n",
sws_format_name(srcFormat), srcW, srcH, sws_format_name(srcFormat), srcW, srcH,
sws_format_name(dstFormat), dstW, dstH, sws_format_name(dstFormat), dstW, dstH,
flags, flags, ssdY, ssdU, ssdV);
ssdY, ssdU, ssdV);
fflush(stdout); fflush(stdout);
end: end:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment