| FFmpeg
    | 
| Data Fields | |
| struct concat_nodes * | nodes | 
| list of nodes to concat | |
| size_t | length | 
| number of cat'ed nodes | |
| size_t | current | 
| index of currently read node | |
| 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().
| 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().
| 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().
 1.8.2
 1.8.2