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

Field Documentation

◆ val

int64_t FFFrac::val

Definition at line 60 of file internal.h.

Referenced by compute_muxer_pkt_fields().

◆ num

int64_t FFFrac::num

Definition at line 60 of file internal.h.

Referenced by compute_muxer_pkt_fields().

◆ den

int64_t FFFrac::den

Definition at line 60 of file internal.h.

Referenced by compute_muxer_pkt_fields().


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