# HG changeset patch # User stefano # Date 1263857647 0 # Node ID 63f2871ba1b32c334f282529c6ee8700b9c687f3 # Parent 49e0dd1be4ab86978b3ec4bf261363b66945954d Split long line. diff -r 49e0dd1be4ab -r 63f2871ba1b3 libswscale/swscale-example.c --- 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};