FFmpeg
|
Flags describing additional frame properties. More...
Macros | |
#define | AV_FRAME_FLAG_CORRUPT (1 << 0) |
The frame data may be corrupted, e.g. More... | |
Flags describing additional frame properties.
#define AV_FRAME_FLAG_CORRUPT (1 << 0) |
The frame data may be corrupted, e.g.
due to decoding errors.
Definition at line 396 of file frame.h.
Referenced by check_decode_result(), and h264_decode_frame().