# HG changeset patch # User alex # Date 1109008343 0 # Node ID 0a68e8dd1c3b015e05a8b57d4b1eecb5403f8f16 # Parent fc23a5a86d97213d0470d625039c683ac5a6c685 10l diff -r fc23a5a86d97 -r 0a68e8dd1c3b interplayvideo.c --- a/interplayvideo.c Mon Feb 21 17:50:48 2005 +0000 +++ b/interplayvideo.c Mon Feb 21 17:52:23 2005 +0000 @@ -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