Home
last modified time | relevance | path

Searched defs:ff_dlog (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dtableprint_vlc.h29 #define ff_dlog(a, ...) while(0) macro
/third_party/ffmpeg/libavutil/
Dinternal.h266 # define ff_dlog(ctx, ...) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__) macro
268 # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) macro