You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user