Merge commit '5bba3ab0cf'
* commit '5bba3ab0cf':
internal: Make dlog/tlog a no-op when disabled
Conflicts:
libavcodec/internal.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
036162a378
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue