summaryrefslogtreecommitdiff
path: root/libavcodec/wmadec.c
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-06-10 22:45:43 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-06-10 22:45:43 +0000
commita9722aa6e51459bfb666ace53c3393302b11209d (patch)
treee94275d82f13387faf39b0ccc3cb8c6b7454607a /libavcodec/wmadec.c
parentb1a126571151b817915efa12039564fe739eda56 (diff)
works with old gcc versions too
Originally committed as revision 1948 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/wmadec.c')
-rw-r--r--libavcodec/wmadec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wmadec.c b/libavcodec/wmadec.c
index ab02feb728..8d3763213b 100644
--- a/libavcodec/wmadec.c
+++ b/libavcodec/wmadec.c
@@ -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