Mercurial > libavcodec.hg
changeset 2515:0a68e8dd1c3b libavcodec
10l
author | alex |
---|---|
date | Mon, 21 Feb 2005 17:52:23 +0000 |
parents | fc23a5a86d97 |
children | 9f17dd9b80c6 |
files | interplayvideo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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