FFmpeg  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Macros

Macros

#define AV_LOG_QUIET   -8
 Print no output. More...
 
#define AV_LOG_PANIC   0
 Something went really wrong and we will crash now. More...
 
#define AV_LOG_FATAL   8
 Something went wrong and recovery is not possible. More...
 
#define AV_LOG_ERROR   16
 Something went wrong and cannot losslessly be recovered. More...
 
#define AV_LOG_WARNING   24
 Something somehow does not look correct. More...
 
#define AV_LOG_INFO   32
 Standard information. More...
 
#define AV_LOG_VERBOSE   40
 Detailed information. More...
 
#define AV_LOG_DEBUG   48
 Stuff which is only useful for libav* developers. More...
 
#define AV_LOG_MAX_OFFSET   (AV_LOG_DEBUG - AV_LOG_QUIET)
 

Detailed Description

Macro Definition Documentation

#define AV_LOG_QUIET   -8

Print no output.

Definition at line 157 of file log.h.

#define AV_LOG_PANIC   0

Something went really wrong and we will crash now.

Definition at line 162 of file log.h.

#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.

Examples:
transcoding.c.

Definition at line 169 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.

Examples:
filter_audio.c, filtering_audio.c, filtering_video.c, and transcoding.c.

Definition at line 175 of file log.h.

Referenced by filter_encode_write_frame(), init_filter(), init_filter_graph(), init_filters(), main(), open_input_file(), and open_output_file().

#define AV_LOG_WARNING   24

Something somehow does not look correct.

This may or may not lead to problems. An example would be the use of '-vstrict -2'.

Definition at line 181 of file log.h.

#define AV_LOG_INFO   32

Standard information.

Examples:
filtering_audio.c, and transcoding.c.

Definition at line 186 of file log.h.

Referenced by encode_write_frame(), filter_encode_write_frame(), flush_encoder(), and init_filters().

#define AV_LOG_VERBOSE   40

Detailed information.

Definition at line 191 of file log.h.

#define AV_LOG_DEBUG   48

Stuff which is only useful for libav* developers.

Examples:
transcoding.c.

Definition at line 196 of file log.h.

Referenced by encode_write_frame(), and main().

#define AV_LOG_MAX_OFFSET   (AV_LOG_DEBUG - AV_LOG_QUIET)

Definition at line 198 of file log.h.