mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 17:06:36 +00:00
10l
Originally committed as revision 3967 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fe533bb3a7
commit
58aa2b1d35
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user