Searched defs:ff_dlog (Results 1 – 2 of 2) sorted by relevance
29 #define ff_dlog(a, ...) while(0) macro
266 # define ff_dlog(ctx, ...) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__) macro268 # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) macro