Function av_sub_q

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

Subtract one rational from another. @param b First rational @param c Second rational @return b-c