FFmpeg
Public Attributes | List of all members
FFFrac Struct Reference

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

#include <internal.h>

Public Attributes

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.


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