| FFmpeg
    | 
concat_data Struct Reference
  
Collaboration diagram for concat_data:

| Data Fields | |
| struct concat_nodes * | nodes | 
| list of nodes to concat  More... | |
| size_t | length | 
| number of cat'ed nodes  More... | |
| size_t | current | 
| index of currently read node  More... | |
Detailed Description
Field Documentation
| size_t concat_data::current | 
index of currently read node
Definition at line 39 of file concat.c.
Referenced by concat_read(), and concat_seek().
| size_t concat_data::length | 
number of cat'ed nodes
Definition at line 38 of file concat.c.
Referenced by concat_close(), concat_open(), concat_read(), and concat_seek().
| struct concat_nodes* concat_data::nodes | 
list of nodes to concat
Definition at line 37 of file concat.c.
Referenced by concat_close(), concat_open(), concat_read(), and concat_seek().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11