跳到主要内容

av_mul_q

搜索

函数 av_mul_q 

源代码
pub unsafe extern "C" fn av_mul_q(
    b: AVRational,
    c: AVRational,
) -> AVRational
展开描述

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