Go to the documentation of this file.
61 const char* (*item_name)(
void* ctx);
96 void* (*child_next)(
void *obj,
void *prev);
141 #define AV_LOG_QUIET -8
146 #define AV_LOG_PANIC 0
153 #define AV_LOG_FATAL 8
159 #define AV_LOG_ERROR 16
165 #define AV_LOG_WARNING 24
170 #define AV_LOG_INFO 32
175 #define AV_LOG_VERBOSE 40
180 #define AV_LOG_DEBUG 48
182 #define AV_LOG_MAX_OFFSET (AV_LOG_DEBUG - AV_LOG_QUIET)
220 void av_vlog(
void *avcl,
int level, const
char *fmt, va_list vl);
286 char *
line,
int line_size,
int *print_prefix);
294 # define av_dlog(pctx, ...) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__)
296 # define av_dlog(pctx, ...) do { if (0) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0)
307 #define AV_LOG_SKIP_REPEATED 1