FFmpeg
Data Fields
concat_data Struct Reference

Data Fields

struct concat_nodesnodes
 list of nodes to concat More...
 
size_t length
 number of cat'ed nodes More...
 
size_t current
 index of currently read node More...
 
uint64_t total_size
 

Detailed Description

Definition at line 43 of file concat.c.

Field Documentation

◆ nodes

struct concat_nodes* concat_data::nodes

list of nodes to concat

Definition at line 44 of file concat.c.

◆ length

size_t concat_data::length

number of cat'ed nodes

Definition at line 45 of file concat.c.

◆ current

size_t concat_data::current

index of currently read node

Definition at line 46 of file concat.c.

◆ total_size

uint64_t concat_data::total_size

Definition at line 47 of file concat.c.


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