提交 dbd94b77 编写于 作者: M Michael Niedermayer

avcodec/internal: Fix ff_dlog() define like av_dlog()

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 0a582aee
......@@ -51,7 +51,7 @@
#ifdef DEBUG
# define ff_dlog(ctx, ...) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__)
#else
# define ff_dlog(ctx, ...)
# define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0)
#endif
#ifdef TRACE
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册