mirror_ffmpeg_sys

Function av_reduce

Source
pub unsafe extern "C" fn av_reduce(
    dst_num: *mut c_int,
    dst_den: *mut c_int,
    num: i64,
    den: i64,
    max: i64,
) -> c_int