av_log             39 3rdparty/include/ffmpeg_/libavutil/avassert.h         av_log(NULL, AV_LOG_PANIC, "Assertion %s failed at %s:%d\n",    \
av_log            206 3rdparty/include/ffmpeg_/libavutil/log.h #    define av_dlog(pctx, ...) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__)
av_log            208 3rdparty/include/ffmpeg_/libavutil/log.h #    define av_dlog(pctx, ...) do { if (0) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0)