[FFmpeg-cvslog] r30368 - trunk/libswscale/swscale-example.c

stefano subversion
Tue Jan 19 00:34:07 CET 2010


Author: stefano
Date: Tue Jan 19 00:34:07 2010
New Revision: 30368

Log:
Split long line.

Modified:
   trunk/libswscale/swscale-example.c

Modified: trunk/libswscale/swscale-example.c
==============================================================================
--- trunk/libswscale/swscale-example.c	Tue Jan 19 00:33:17 2010	(r30367)
+++ trunk/libswscale/swscale-example.c	Tue Jan 19 00:34:07 2010	(r30368)
@@ -70,7 +70,8 @@ static uint64_t getSSD(uint8_t *src1, ui
 
 // test by ref -> src -> dst -> out & compare out against ref
 // ref & out are YV12
-static int doTest(uint8_t *ref[4], int refStride[4], int w, int h, enum PixelFormat srcFormat, enum PixelFormat dstFormat,
+static int doTest(uint8_t *ref[4], int refStride[4], int w, int h,
+                  enum PixelFormat srcFormat, enum PixelFormat dstFormat,
                   int srcW, int srcH, int dstW, int dstH, int flags)
 {
     uint8_t *src[4] = {0};



More information about the ffmpeg-cvslog mailing list