![]() |
Miam-Player
0.8.0
A nice music player
|
Macros | |
#define | AV_FRAME_FLAG_CORRUPT (1 << 0) |
#define | AV_FRAME_FLAG_DISCARD (1 << 2) |
Flags describing additional frame properties.
#define AV_FRAME_FLAG_CORRUPT (1 << 0) |
The frame data may be corrupted, e.g. due to decoding errors.
#define AV_FRAME_FLAG_DISCARD (1 << 2) |
A flag to mark the frames which need to be decoded, but shouldn't be output.