av_rescale_q_rnd

Rescale a 64-bit integer by 2 rational numbers with specified rounding.

@return rescaled value a, or if AV_ROUND_PASS_MINMAX is set and a is INT64_MIN or INT64_MAX then a is passed through unchanged.

@nogc nothrow extern (C)
int64_t
av_rescale_q_rnd

Meta