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
c99
Originally committed as revision 2807 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
22 years ago
parent
d705e4a6bb
commit
310ffb8f26
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/common.h
+ 1
- 1
libavcodec/common.h
View File
@@ -976,7 +976,7 @@ static inline int get_xbits_trace(GetBitContext *s, int n, char *file, char *fun
#define tprintf printf
#else //TRACE
#define tprintf(
_arg
...) {}
#define tprintf(...) {}
#endif
/* define it to include statistics code (useful only for optimizing
Write
Preview
Loading…
Cancel
Save