FFmpeg
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 68 of file internal.h.

Field Documentation

◆ val

int64_t FFFrac::val

Definition at line 69 of file internal.h.

Referenced by av_stream_get_end_pts().

◆ num

int64_t FFFrac::num

Definition at line 69 of file internal.h.

◆ den

int64_t FFFrac::den

Definition at line 69 of file internal.h.


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