FFmpeg
|
Data Fields | |
char * | url |
int64_t | start_time |
int64_t | file_start_time |
int64_t | file_inpoint |
int64_t | duration |
int64_t | next_dts |
ConcatStream * | streams |
int64_t | inpoint |
int64_t | outpoint |
AVDictionary * | metadata |
int | nb_streams |
Definition at line 42 of file concatdec.c.
char* ConcatFile::url |
Definition at line 43 of file concatdec.c.
Referenced by add_file(), concat_read_close(), and open_file().
int64_t ConcatFile::start_time |
Definition at line 44 of file concatdec.c.
Referenced by add_file(), concat_read_header(), concat_read_packet(), open_file(), real_seek(), and try_seek().
int64_t ConcatFile::file_start_time |
Definition at line 45 of file concatdec.c.
Referenced by open_file(), and open_next_file().
int64_t ConcatFile::file_inpoint |
Definition at line 46 of file concatdec.c.
Referenced by concat_read_packet(), open_file(), open_next_file(), and try_seek().
int64_t ConcatFile::duration |
Definition at line 47 of file concatdec.c.
Referenced by add_file(), concat_read_header(), concat_read_packet(), open_file(), and open_next_file().
int64_t ConcatFile::next_dts |
Definition at line 48 of file concatdec.c.
Referenced by add_file(), concat_read_packet(), and open_next_file().
ConcatStream* ConcatFile::streams |
Definition at line 49 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().
int64_t ConcatFile::inpoint |
Definition at line 50 of file concatdec.c.
Referenced by add_file(), concat_read_header(), and open_file().
int64_t ConcatFile::outpoint |
Definition at line 51 of file concatdec.c.
Referenced by add_file(), concat_read_header(), open_file(), and packet_after_outpoint().
AVDictionary* ConcatFile::metadata |
Definition at line 52 of file concatdec.c.
Referenced by concat_read_close(), concat_read_header(), concat_read_packet(), and open_file().
int ConcatFile::nb_streams |
Definition at line 53 of file concatdec.c.
Referenced by concat_read_close(), match_streams(), match_streams_exact_id(), and match_streams_one_to_one().