Function rsmpeg::ffi::av_div_q[][src]

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

Divide one rational by another. @param b First rational @param c Second rational @return b/c