mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Nicely align output columns.
Originally committed as revision 18042 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0411072ee3
commit
2029e934d2
@ -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…
Reference in New Issue
Block a user