Commit 9bb9875e authored by Ramiro Polla's avatar Ramiro Polla

swscale-test: use only 3 characters to print width/height since they're always

smaller than 1000

Originally committed as revision 31771 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent b6f1e7ec
......@@ -149,7 +149,7 @@ static int doTest(uint8_t *ref[4], int refStride[4], int w, int h,
// printf("test %X %X %X -> %X %X %X\n", (int)ref[0], (int)ref[1], (int)ref[2],
// (int)src[0], (int)src[1], (int)src[2]);
printf(" %s %dx%d -> %s %4dx%4d flags=%2d",
printf(" %s %dx%d -> %s %3dx%3d flags=%2d",
av_pix_fmt_descriptors[srcFormat].name, srcW, srcH,
av_pix_fmt_descriptors[dstFormat].name, dstW, dstH,
flags);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment