Go to the documentation of this file.
44 const char* (*item_name)(
void* ctx);
79 void* (*child_next)(
void *obj,
void *prev);
105 #define AV_LOG_QUIET -8
110 #define AV_LOG_PANIC 0
117 #define AV_LOG_FATAL 8
123 #define AV_LOG_ERROR 16
129 #define AV_LOG_WARNING 24
134 #define AV_LOG_INFO 32
139 #define AV_LOG_VERBOSE 40
144 #define AV_LOG_DEBUG 48
182 void av_vlog(
void *avcl,
int level, const
char *fmt, va_list vl);
242 # define av_dlog(pctx, ...) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__)
244 # define av_dlog(pctx, ...)
255 #define AV_LOG_SKIP_REPEATED 1