Constant rsmpeg::ffi::AVFrameSideDataType_AV_FRAME_DATA_SKIP_SAMPLES[][src]

pub const AVFrameSideDataType_AV_FRAME_DATA_SKIP_SAMPLES: u32 = 9; // 0x0000_0009u32
Expand description

Recommmends skipping the specified number of samples. This is exported only if the “skip_manual” AVOption is set in libavcodec. This has the same format as AV_PKT_DATA_SKIP_SAMPLES. @code u32le number of samples to skip from start of this packet u32le number of samples to skip from end of this packet u8 reason for start skip u8 reason for end skip (0=padding silence, 1=convergence) @endcode