Commit 58aa2b1d authored by Alex Beregszaszi's avatar Alex Beregszaszi

10l

Originally committed as revision 3967 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fe533bb3
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
/* debugging support */ /* debugging support */
#define DEBUG_INTERPLAY 0 #define DEBUG_INTERPLAY 0
#if DEBUG_INTERPLAY #if DEBUG_INTERPLAY
#define debug_interplay printf #define debug_interplay(x,...) av_log(NULL, AV_LOG_DEBUG, x, __VA_ARGS__)
#else #else
static inline void debug_interplay(const char *format, ...) { } static inline void debug_interplay(const char *format, ...) { }
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment