Go to the documentation of this file.
61 const char* (*item_name)(
void* ctx);
96 void* (*child_next)(
void *obj,
void *prev);
130 #define AV_LOG_QUIET -8
135 #define AV_LOG_PANIC 0
142 #define AV_LOG_FATAL 8
148 #define AV_LOG_ERROR 16
154 #define AV_LOG_WARNING 24
156 #define AV_LOG_INFO 32
157 #define AV_LOG_VERBOSE 40
162 #define AV_LOG_DEBUG 48
164 #define AV_LOG_MAX_OFFSET (AV_LOG_DEBUG - AV_LOG_QUIET)
182 void av_vlog(
void *avcl,
int level, const
char *fmt, va_list);
198 char *
line,
int line_size,
int *print_prefix);
206 # define av_dlog(pctx, ...) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__)
208 # define av_dlog(pctx, ...) do { if (0) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0)
219 #define AV_LOG_SKIP_REPEATED 1