diff --git a/libavcodec/common.h b/libavcodec/common.h index 8708d884f5c7f779eb49e0d0fa5ecd8c67bab6f8..c229a3a1c984b25b30c7f38b663a07e5402315d9 100644 --- a/libavcodec/common.h +++ b/libavcodec/common.h @@ -828,7 +828,7 @@ static inline int get_vlc_trace(GetBitContext *s, VLC_TYPE (*table)[2], int bits #define tprintf printf #else //TRACE -#define tprintf(...) {} +#define tprintf(_arg...) {} #endif /* define it to include statistics code (useful only for optimizing