#include <rational.h>
Public Attributes | |
| int | num |
| int | den |
Definition at line 8 of file rational.h.
| int AVRational::num |
Definition at line 9 of file rational.h.
Referenced by av_cmp_q(), av_q2d(), new_video_stream(), opt_frame_rate(), opt_input_file(), and output_packet().
| int AVRational::den |
Definition at line 10 of file rational.h.
Referenced by av_cmp_q(), av_q2d(), new_video_stream(), opt_frame_rate(), opt_input_file(), and output_packet().
1.5.6