AVFrac Struct Reference

#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 such as 0 <= num < den
Deprecated:
Use AVRational instead

Definition at line 133 of file avformat.h.


Field Documentation

int64_t AVFrac::val

Definition at line 134 of file avformat.h.

Referenced by av_frac_add(), av_frac_init(), compute_pkt_fields2(), main(), and output_packet().

int64_t AVFrac::num

Definition at line 134 of file avformat.h.

Referenced by av_frac_add(), and av_frac_init().

int64_t AVFrac::den

Definition at line 134 of file avformat.h.

Referenced by av_frac_add(), and av_frac_init().


The documentation for this struct was generated from the following file:
Generated on Thu Nov 20 07:46:09 2008 for libextractor by  doxygen 1.5.1