From 2029e934d2db41adfdce8ff7286671abb6d7fbed Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 19 Mar 2009 09:53:50 +0000 Subject: Nicely align output columns. Originally committed as revision 18042 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dct-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/dct-test.c') diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c index fef142f..55c92ff 100644 --- a/libavcodec/dct-test.c +++ b/libavcodec/dct-test.c @@ -319,7 +319,7 @@ void dct_error(const char *name, int is_idct, #if 1 // dump systematic errors for(i=0; i<64; i++){ if(i%8==0) printf("\n"); - printf("%5d ", (int)sysErr[i]); + printf("%7d ", (int)sysErr[i]); } printf("\n"); #endif -- cgit v1.1