#include <stdarg.h>Go to the source code of this file.
Classes | |
| struct | AVCLASS |
Defines | |
| #define | AV_LOG_QUIET -1 |
| #define | AV_LOG_FATAL 0 |
| #define | AV_LOG_ERROR 0 |
| #define | AV_LOG_WARNING 1 |
| #define | AV_LOG_INFO 1 |
| #define | AV_LOG_VERBOSE 1 |
| #define | AV_LOG_DEBUG 2 |
Typedefs | |
| typedef struct AVCLASS | AVClass |
Functions | |
| void | av_log (void *, int level, const char *fmt,...) |
| void | av_vlog (void *, int level, const char *fmt, va_list) |
| int | av_log_get_level (void) |
| void | av_log_set_level (int) |
| void | av_log_set_callback (void(*)(void *, int, const char *, va_list)) |
| void | av_log_default_callback (void *ptr, int level, const char *fmt, va_list vl) |
Variables | |
| int | av_log_level |
| void av_log | ( | void * | , | |
| int | level, | |||
| const char * | fmt, | |||
| ... | ||||
| ) |
| void av_log_default_callback | ( | void * | ptr, | |
| int | level, | |||
| const char * | fmt, | |||
| va_list | vl | |||
| ) |
| int av_log_get_level | ( | void | ) |
| void av_log_set_callback | ( | void(*)(void *, int, const char *, va_list) | ) |
| void av_log_set_level | ( | int | ) |
| void av_vlog | ( | void * | , | |
| int | level, | |||
| const char * | fmt, | |||
| va_list | ||||
| ) |
| int av_log_level |
1.5.6