diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2005-02-21 17:52:23 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2005-02-21 17:52:23 +0000 |
commit | 58aa2b1d351695de8ac0fffbd04638f256ded35e (patch) | |
tree | 98003e97d1ee0bcc15861e5189a1b97fbe6f6da8 /libavcodec/interplayvideo.c | |
parent | fe533bb3a7400399a927a6347bc21a8d7b6015a3 (diff) | |
download | ffmpeg-58aa2b1d351695de8ac0fffbd04638f256ded35e.tar.gz |
10l
Originally committed as revision 3967 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/interplayvideo.c')
-rw-r--r-- | libavcodec/interplayvideo.c | 2 |
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 |