diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-02-22 21:22:47 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-02-22 21:22:47 +0000 |
commit | 310ffb8f262651482365228782cc08215d5ac138 (patch) | |
tree | 101839c3c6d514f0aef6fc0411facb1b22dfc4e4 /libavcodec | |
parent | d705e4a6bb6d052f4054886511bf0adb518d72c4 (diff) | |
download | ffmpeg-310ffb8f262651482365228782cc08215d5ac138.tar.gz |
c99
Originally committed as revision 2807 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/common.h b/libavcodec/common.h index a9ed4909a7..d6d5cf2851 100644 --- a/libavcodec/common.h +++ b/libavcodec/common.h @@ -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 |