FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
FFFrac Struct Reference

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

#include <internal.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 61 of file internal.h.

Field Documentation

int64_t FFFrac::val

Definition at line 62 of file internal.h.

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

int64_t FFFrac::num

Definition at line 62 of file internal.h.

Referenced by frac_add(), and frac_init().

int64_t FFFrac::den

Definition at line 62 of file internal.h.

Referenced by frac_add(), and frac_init().


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