跳到主要内容

av_sub_q

搜索

函数 av_sub_q 

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

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