Function ffmpeg::ffi::av_gcd_q

source ยท
pub unsafe extern "C" fn av_gcd_q(
    a: AVRational,
    b: AVRational,
    max_den: c_int,
    def: AVRational,
) -> AVRational