works with old gcc versions too
authorFabrice Bellard <fabrice@bellard.org>
Tue, 10 Jun 2003 22:45:43 +0000 (22:45 +0000)
committerFabrice Bellard <fabrice@bellard.org>
Tue, 10 Jun 2003 22:45:43 +0000 (22:45 +0000)
Originally committed as revision 1948 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/wmadec.c

index ab02feb..8d37632 100644 (file)
@@ -199,7 +199,7 @@ static void dump_floats(const char *name, int prec, const float *tab, int n)
 
 #else
 
-#define trace(fmt, ...)
+#define trace(fmt, args...)
 
 #endif