Function rsmpeg::ffi::av_sub_q[][src]

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