The exact value of the fractional number is: 'val + num / den'. More...
#include <avformat.h>
Data Fields | |
int64_t | val |
int64_t | num |
int64_t | den |
The exact value of the fractional number is: 'val + num / den'.
num is assumed to be 0 <= num < den.
Definition at line 235 of file avformat.h.
int64_t AVFrac::den |
Definition at line 236 of file avformat.h.
Referenced by av_frac_add(), and av_frac_init().
int64_t AVFrac::num |
Definition at line 236 of file avformat.h.
Referenced by av_frac_add(), and av_frac_init().
int64_t AVFrac::val |
Definition at line 236 of file avformat.h.
Referenced by av_frac_add(), av_frac_init(), main(), print_report(), and transcode().