FFmpeg
|
Data Fields | |
InputFile | f |
char | log_name [32] |
int64_t | wallclock_start |
int64_t | ts_offset_discont |
Extra timestamp offset added by discontinuity handling. More... | |
int64_t | last_ts |
int | loop |
int64_t | duration |
AVRational | time_base |
int | nb_streams_warn |
double | readrate_initial_burst |
AVThreadMessageQueue * | in_thread_queue |
int | thread_queue_size |
pthread_t | thread |
int | non_blocking |
int | read_started |
Definition at line 85 of file ffmpeg_demux.c.
InputFile Demuxer::f |
Definition at line 86 of file ffmpeg_demux.c.
char Demuxer::log_name[32] |
Definition at line 89 of file ffmpeg_demux.c.
int64_t Demuxer::wallclock_start |
Definition at line 91 of file ffmpeg_demux.c.
int64_t Demuxer::ts_offset_discont |
Extra timestamp offset added by discontinuity handling.
Definition at line 96 of file ffmpeg_demux.c.
int64_t Demuxer::last_ts |
Definition at line 97 of file ffmpeg_demux.c.
int Demuxer::loop |
Definition at line 100 of file ffmpeg_demux.c.
int64_t Demuxer::duration |
Definition at line 103 of file ffmpeg_demux.c.
AVRational Demuxer::time_base |
Definition at line 105 of file ffmpeg_demux.c.
int Demuxer::nb_streams_warn |
Definition at line 108 of file ffmpeg_demux.c.
double Demuxer::readrate_initial_burst |
Definition at line 110 of file ffmpeg_demux.c.
AVThreadMessageQueue* Demuxer::in_thread_queue |
Definition at line 112 of file ffmpeg_demux.c.
int Demuxer::thread_queue_size |
Definition at line 113 of file ffmpeg_demux.c.
pthread_t Demuxer::thread |
Definition at line 114 of file ffmpeg_demux.c.
int Demuxer::non_blocking |
Definition at line 115 of file ffmpeg_demux.c.
int Demuxer::read_started |
Definition at line 117 of file ffmpeg_demux.c.