Function ffmpeg::ffi::sws_frame_start

source ยท
pub unsafe extern "C" fn sws_frame_start(
    c: *mut SwsContext,
    dst: *mut AVFrame,
    src: *const AVFrame,
) -> c_int