Commit 036162a3 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '5bba3ab0'

* commit '5bba3ab0':
  internal: Make dlog/tlog a no-op when disabled

Conflicts:
	libavcodec/internal.h
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 10a28e8a 5bba3ab0
......@@ -57,7 +57,7 @@
#ifdef TRACE
# define ff_tlog(ctx, ...) av_log(ctx, AV_LOG_TRACE, __VA_ARGS__)
#else
# define ff_tlog(p, ...)
# define ff_tlog(ctx, ...) while(0)
#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