Commit a38b50c3 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '34138ece'

* commit '34138ece':
  log: Use a do {} while (0) for tlog
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents 5242cc87 34138ece
......@@ -62,7 +62,7 @@
#ifdef TRACE
# define ff_tlog(ctx, ...) av_log(ctx, AV_LOG_TRACE, __VA_ARGS__)
#else
# define ff_tlog(ctx, ...) do {} while(0)
# define ff_tlog(ctx, ...) do { } 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