Function av_div_q

Source
pub unsafe extern "C" fn av_div_q(
    b: AVRational,
    c: AVRational,
) -> AVRational
Expand description

Divide one rational by another. @param b First rational @param c Second rational @return b/c