FFmpeg
Data Fields
DTS2PTSNode Struct Reference

Data Fields

int64_t dts
 
int64_t duration
 
int poc
 
int gop
 
int64_t serial
 
struct DTS2PTSNodenext
 

Detailed Description

Definition at line 49 of file dts2pts.c.

Field Documentation

◆ dts

int64_t DTS2PTSNode::dts

Definition at line 50 of file dts2pts.c.

Referenced by dts2pts_filter().

◆ duration

int64_t DTS2PTSNode::duration

Definition at line 51 of file dts2pts.c.

Referenced by dts2pts_filter().

◆ poc

int DTS2PTSNode::poc

Definition at line 52 of file dts2pts.c.

Referenced by cmp_find(), dec_poc(), dts2pts_filter(), and hevc_queue_frame().

◆ gop

int DTS2PTSNode::gop

Definition at line 53 of file dts2pts.c.

Referenced by cmp_find(), collect_same_gop(), and dts2pts_filter().

◆ serial

int64_t DTS2PTSNode::serial

Definition at line 54 of file dts2pts.c.

Referenced by find_stalest().

◆ next

struct DTS2PTSNode* DTS2PTSNode::next

Definition at line 55 of file dts2pts.c.

Referenced by collect_same_gop(), and hevc_queue_frame().


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