Commit 19241bc3 authored by alex's avatar alex

10l


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3967 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5bcdec09
......@@ -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
......
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