mirror_ffmpeg_sys

Function av_seek_frame

Source
pub unsafe extern "C" fn av_seek_frame(
    s: *mut AVFormatContext,
    stream_index: c_int,
    timestamp: i64,
    flags: c_int,
) -> c_int