Revision 3b6bbfa0 libavutil/log.h
libavutil/log.h | ||
---|---|---|
143 | 143 |
#ifdef DEBUG |
144 | 144 |
# define av_dlog(pctx, ...) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__) |
145 | 145 |
#else |
146 |
# define av_dlog(pctx, ...) |
|
146 |
# define av_dlog(pctx, ...) do { if (0) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0)
|
|
147 | 147 |
#endif |
148 | 148 |
|
149 | 149 |
/** |
Also available in: Unified diff