comparison libswscale/swscale-example.c @ 30326:63f2871ba1b3

Split long line.
author stefano
date Mon, 18 Jan 2010 23:34:07 +0000
parents 49e0dd1be4ab
children 028ec0735169
comparison
equal deleted inserted replaced
30325:49e0dd1be4ab 30326:63f2871ba1b3
68 return ssd; 68 return ssd;
69 } 69 }
70 70
71 // test by ref -> src -> dst -> out & compare out against ref 71 // test by ref -> src -> dst -> out & compare out against ref
72 // ref & out are YV12 72 // ref & out are YV12
73 static int doTest(uint8_t *ref[4], int refStride[4], int w, int h, enum PixelFormat srcFormat, enum PixelFormat dstFormat, 73 static int doTest(uint8_t *ref[4], int refStride[4], int w, int h,
74 enum PixelFormat srcFormat, enum PixelFormat dstFormat,
74 int srcW, int srcH, int dstW, int dstH, int flags) 75 int srcW, int srcH, int dstW, int dstH, int flags)
75 { 76 {
76 uint8_t *src[4] = {0}; 77 uint8_t *src[4] = {0};
77 uint8_t *dst[4] = {0}; 78 uint8_t *dst[4] = {0};
78 uint8_t *out[4] = {0}; 79 uint8_t *out[4] = {0};