Nicely align output columns.
authorDiego Biurrun <diego@biurrun.de>
Thu, 19 Mar 2009 09:53:50 +0000 (09:53 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 19 Mar 2009 09:53:50 +0000 (09:53 +0000)
Originally committed as revision 18042 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/dct-test.c

index fef142f..55c92ff 100644 (file)
@@ -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