avutil/frame: add AV_FRAME_FLAG_CORRUPT

This commit is contained in:
meh
2023-05-24 21:49:22 +02:00
committed by Till Höppner
parent c6a1a697a7
commit 573a196c05
+2
View File
@@ -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 {