AVFrac Struct Reference

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


Detailed Description

The exact value of the fractional number is: 'val + num / den'.

num is assumed to be 0 <= num < den.

Definition at line 327 of file avformat.h.


Field Documentation

int64_t AVFrac::den

Definition at line 328 of file avformat.h.

Referenced by compute_pkt_fields2(), frac_add(), and frac_init().

int64_t AVFrac::num

Definition at line 328 of file avformat.h.

Referenced by compute_pkt_fields2(), frac_add(), and frac_init().

int64_t AVFrac::val

Definition at line 328 of file avformat.h.

Referenced by compute_pkt_fields2(), frac_add(), frac_init(), main(), print_report(), and transcode().


The documentation for this struct was generated from the following file:

Generated on Fri Oct 26 02:46:16 2012 for FFmpeg by  doxygen 1.5.8