Go to the documentation of this file.
44 const char* (*item_name)(
void* ctx);
78 void* (*child_next)(
void *obj,
void *prev);
93 #define AV_LOG_QUIET -8
98 #define AV_LOG_PANIC 0
105 #define AV_LOG_FATAL 8
111 #define AV_LOG_ERROR 16
117 #define AV_LOG_WARNING 24
119 #define AV_LOG_INFO 32
120 #define AV_LOG_VERBOSE 40
125 #define AV_LOG_DEBUG 48
143 void av_vlog(
void *avcl,
int level, const
char *fmt, va_list);
156 # define av_dlog(pctx, ...) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__)
158 # define av_dlog(pctx, ...)
169 #define AV_LOG_SKIP_REPEATED 1