#include <avformat.h>
Data Fields | |
| int64_t | val | 
| int64_t | num | 
| int64_t | den | 
num is assumed to be 0 <= num < den.
Definition at line 198 of file avformat.h.
| int64_t AVFrac::den | 
Definition at line 199 of file avformat.h.
Referenced by av_frac_add(), av_frac_init(), and compute_pkt_fields2().
| int64_t AVFrac::num | 
Definition at line 199 of file avformat.h.
Referenced by av_frac_add(), av_frac_init(), and compute_pkt_fields2().
| int64_t AVFrac::val | 
Definition at line 199 of file avformat.h.
Referenced by av_frac_add(), av_frac_init(), av_transcode(), compute_pkt_fields2(), main(), and print_report().
 1.5.8