FFmpeg 7.1.1
|
Macros | |
#define | AV_LOG_QUIET -8 |
Print no output. | |
#define | AV_LOG_PANIC 0 |
Something went really wrong and we will crash now. | |
#define | AV_LOG_FATAL 8 |
Something went wrong and recovery is not possible. | |
#define | AV_LOG_ERROR 16 |
Something went wrong and cannot losslessly be recovered. | |
#define | AV_LOG_WARNING 24 |
Something somehow does not look correct. | |
#define | AV_LOG_INFO 32 |
Standard information. | |
#define | AV_LOG_VERBOSE 40 |
Detailed information. | |
#define | AV_LOG_DEBUG 48 |
Stuff which is only useful for libav* developers. | |
#define | AV_LOG_TRACE 56 |
Extremely verbose debugging, useful for libav* development. | |
#define | AV_LOG_MAX_OFFSET (AV_LOG_TRACE - AV_LOG_QUIET) |
#define AV_LOG_PANIC 0 |
#define AV_LOG_FATAL 8 |
Something went wrong and recovery is not possible.
For example, no header was found for a format which depends on headers or an illegal combination of parameters is used.
Definition at line 174 of file log.h.
Referenced by open_output_file().
#define AV_LOG_ERROR 16 |
Something went wrong and cannot losslessly be recovered.
However, not all future data is affected.
Definition at line 180 of file log.h.
Referenced by filter_encode_write_frame(), init_filter(), init_filter_graph(), init_filters(), init_filters(), list_op(), main(), open_input_file(), open_input_file(), open_input_file(), and open_output_file().
#define AV_LOG_WARNING 24 |
#define AV_LOG_INFO 32 |
Standard information.
Definition at line 191 of file log.h.
Referenced by encode_write_frame(), filter_encode_write_frame(), flush_encoder(), init_filters(), list_op(), and main().
#define AV_LOG_DEBUG 48 |
Stuff which is only useful for libav* developers.
Definition at line 201 of file log.h.
Referenced by encode_write_frame(), main(), and main().
#define AV_LOG_TRACE 56 |
#define AV_LOG_MAX_OFFSET (AV_LOG_TRACE - AV_LOG_QUIET) |