Function av_make_q
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()
pub const fn av_make_q(num: i32, den: i32) -> AVRational
Create an AVRational.
Useful for compilers that do not support compound literals.
@note The return value is not reduced. @see av_reduce()