Function av_mul_q

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

Multiply two rationals. @param b First rational @param c Second rational @return b*c