FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
AV_FRAME_FLAGS

Flags describing additional frame properties. More...

Macros

#define AV_FRAME_FLAG_CORRUPT   (1 << 0)
 The frame data may be corrupted, e.g. More...
 
#define AV_FRAME_FLAG_DISCARD   (1 << 2)
 A flag to mark the frames which need to be decoded, but shouldn't be output. More...
 

Detailed Description

Flags describing additional frame properties.

Macro Definition Documentation

#define AV_FRAME_FLAG_CORRUPT   (1 << 0)

The frame data may be corrupted, e.g.

due to decoding errors.

Definition at line 452 of file frame.h.

Referenced by check_decode_result(), and h264_select_output_frame().

#define AV_FRAME_FLAG_DISCARD   (1 << 2)

A flag to mark the frames which need to be decoded, but shouldn't be output.

Definition at line 456 of file frame.h.

Referenced by decode_simple_internal(), and ff_decode_frame_props().