av_make_q

Create an AVRational.

Useful for compilers that do not support compound literals.

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

extern (C) @nogc nothrow
av_make_q
(
int num
,
int den
)

Meta