ffmpeg-d v2.5.0 (2016-04-11T17:32:12Z)
Dub
Repo
AVRational
ffmpeg
libavutil
rational
rational number numerator/denominator
extern (
C
)
struct
AVRational {
int
num
;
int
den
;
double
q2d
();
}
Members
Functions
q2d
double
q2d
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
den
int
den
;
Undocumented in source.
num
int
num
;
Undocumented in source.
Meta
Source
See Implementation
ffmpeg
libavutil
rational
functions
av_add_q
av_d2q
av_div_q
av_find_nearest_q_idx
av_mul_q
av_nearer_q
av_reduce
av_sub_q
static functions
av_cmp_q
av_q2d
structs
AVRational
rational number numerator/denominator