mirror of
https://github.com/encounter/rust-ffmpeg-zmwangx.git
synced 2026-07-10 21:18:40 -07:00
avutil/frame: add AV_FRAME_FLAG_CORRUPT
This commit is contained in:
@@ -7,6 +7,8 @@ use super::util::AVPictureType;
|
||||
|
||||
pub const AV_NUM_DATA_POINTERS: usize = 8;
|
||||
|
||||
pub const AV_FRAME_FLAG_CORRUPT: c_int = 1 << 0;
|
||||
|
||||
#[derive(Eq, PartialEq, Copy, Clone, Debug)]
|
||||
#[repr(C)]
|
||||
pub enum AVFrameSideDataType {
|
||||
|
||||
Reference in New Issue
Block a user