[][src]Function ffmpeg_dev::sys::av_q2intfloat

pub unsafe extern "C" fn av_q2intfloat(q: AVRational) -> u32

Convert an AVRational to a IEEE 32-bit float expressed in fixed-point format.

@param q Rational to be converted @return Equivalent floating-point value, expressed as an unsigned 32-bit integer. @note The returned value is platform-indepedant.