Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dtableprint_vlc.h28 #define ff_dlog(a, ...) while(0) macro
/third_party/ffmpeg/libavutil/
H A Dinternal.h199 # define ff_dlog(ctx, ...) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__) macro
201 # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) macro

Completed in 2 milliseconds