changeset 30326:63f2871ba1b3

Split long line.
author stefano
date Mon, 18 Jan 2010 23:34:07 +0000
parents 49e0dd1be4ab
children 028ec0735169
files libswscale/swscale-example.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/swscale-example.c	Mon Jan 18 23:33:17 2010 +0000
+++ b/libswscale/swscale-example.c	Mon Jan 18 23:34:07 2010 +0000
@@ -70,7 +70,8 @@
 
 // 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};