summaryrefslogtreecommitdiff
path: root/libavcodec/interplayvideo.c
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2005-02-21 17:52:23 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2005-02-21 17:52:23 +0000
commit58aa2b1d351695de8ac0fffbd04638f256ded35e (patch)
tree98003e97d1ee0bcc15861e5189a1b97fbe6f6da8 /libavcodec/interplayvideo.c
parentfe533bb3a7400399a927a6347bc21a8d7b6015a3 (diff)
10l
Originally committed as revision 3967 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/interplayvideo.c')
-rw-r--r--libavcodec/interplayvideo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/interplayvideo.c b/libavcodec/interplayvideo.c
index 06816ba3e9..f4add08c0d 100644
--- a/libavcodec/interplayvideo.c
+++ b/libavcodec/interplayvideo.c
@@ -47,7 +47,7 @@
/* debugging support */
#define DEBUG_INTERPLAY 0
#if DEBUG_INTERPLAY
-#define debug_interplay printf
+#define debug_interplay(x,...) av_log(NULL, AV_LOG_DEBUG, x, __VA_ARGS__)
#else
static inline void debug_interplay(const char *format, ...) { }
#endif