Function avio_skip
pub unsafe extern "C" fn avio_skip(
s: *mut AVIOContext,
offset: i64,
) -> i64 ⓘAvailable on crate feature
dep_ffmpeg only.Expand description
Skip given number of bytes forward @return new position or AVERROR.