This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
0411072ee3
commit
2029e934d2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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("%
5
d ", (int)sysErr[i]);
printf("%
7
d ", (int)sysErr[i]);
}
printf("\n");
#endif
Write
Preview
Loading…
Cancel
Save