av_make_q

Create a rational. Useful for compilers that do not support compound literals. @note The return value is not reduced.

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

Meta