[FFmpeg-cvslog] r27672 - trunk/libswscale/swscale-example.c
diego
subversion
Mon Sep 29 07:41:55 CEST 2008
Author: diego
Date: Mon Sep 29 07:41:54 2008
New Revision: 27672
Log:
cosmetics: indentation
Modified:
trunk/libswscale/swscale-example.c
Modified: trunk/libswscale/swscale-example.c
==============================================================================
--- trunk/libswscale/swscale-example.c (original)
+++ trunk/libswscale/swscale-example.c Mon Sep 29 07:41:54 2008
@@ -133,12 +133,11 @@ static int doTest(uint8_t *ref[3], int r
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:
More information about the ffmpeg-cvslog
mailing list