From 310ffb8f262651482365228782cc08215d5ac138 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 22 Feb 2004 21:22:47 +0000 Subject: [PATCH] c99 Originally committed as revision 2807 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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