Skip to content
Snippets Groups Projects
Commit 2029e934 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Nicely align output columns.

Originally committed as revision 18042 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0411072e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment