FFmpeg
|
Data Fields | |
char * | url |
int64_t | start_time |
int64_t | duration |
ConcatStream * | streams |
int | nb_streams |
Definition at line 41 of file concatdec.c.
char* ConcatFile::url |
Definition at line 42 of file concatdec.c.
Referenced by add_file(), concat_read_close(), and open_file().
int64_t ConcatFile::start_time |
Definition at line 43 of file concatdec.c.
Referenced by add_file(), concat_read_header(), concat_read_packet(), open_file(), real_seek(), and try_seek().
int64_t ConcatFile::duration |
Definition at line 44 of file concatdec.c.
Referenced by add_file(), concat_read_header(), open_file(), and open_next_file().
ConcatStream* ConcatFile::streams |
Definition at line 45 of file concatdec.c.
Referenced by concat_read_close(), concat_read_packet(), detect_stream_specific(), match_streams(), match_streams_exact_id(), and match_streams_one_to_one().
int ConcatFile::nb_streams |
Definition at line 46 of file concatdec.c.
Referenced by match_streams(), match_streams_exact_id(), and match_streams_one_to_one().