Browse Source

Nicely align output columns.

Originally committed as revision 18042 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Diego Biurrun 17 years ago
parent
commit
2029e934d2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/dct-test.c

+ 1
- 1
libavcodec/dct-test.c View 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


Loading…
Cancel
Save