Function rsmpeg::ffi::av_make_q[][src]

pub const fn av_make_q(num: i32, den: i32) -> AVRational
Expand description

Create an AVRational.

Useful for compilers that do not support compound literals.

@note The return value is not reduced. @see av_reduce()