ffmpeg-d v2.5.0 (2016-04-11T17:32:12Z)
Dub
Repo
av_rescale_q_rnd
ffmpeg
libavutil
mathematics
Rescale a 64-bit integer by 2 rational numbers with specified rounding.
extern (
C
)
int64_t
av_rescale_q_rnd
(
int64_t
a
,
AVRational
bq
,
AVRational
cq
,
AVRounding
)
Meta
Source
See Implementation
ffmpeg
libavutil
mathematics
enums
AVRounding
functions
av_compare_mod
av_compare_ts
av_gcd
av_rescale
av_rescale_delta
av_rescale_q
av_rescale_q_rnd
av_rescale_rnd
manifest constants
INFINITY
M_E
M_LN10
M_LN2
M_LOG2_10
M_PHI
M_PI
M_SQRT1_2
M_SQRT2
NAN
Rescale a 64-bit integer by 2 rational numbers with specified rounding.