Commit 4b8397c1 authored by diego's avatar diego

Nicely align output columns.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18042 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1ddc6ec7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment