FFmpeg
Macros
AV_FRAME_FLAGS

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

◆ AV_FRAME_FLAG_CORRUPT

#define AV_FRAME_FLAG_CORRUPT   (1 << 0)

The frame data may be corrupted, e.g.

due to decoding errors.

Definition at line 547 of file frame.h.

◆ AV_FRAME_FLAG_DISCARD

#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 551 of file frame.h.