Nicely align output columns.

Originally committed as revision 18042 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Diego Biurrun 16 years ago
parent 0411072ee3
commit 2029e934d2
  1. 2
      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

Loading…
Cancel
Save