From 58aa2b1d351695de8ac0fffbd04638f256ded35e Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Mon, 21 Feb 2005 17:52:23 +0000 Subject: 10l Originally committed as revision 3967 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/interplayvideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/interplayvideo.c') 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 -- cgit v1.2.3