AVRational

rational number numerator/denominator

extern (C)
struct AVRational {}

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