FFmpeg
4.0
|
Data Fields | |
AVFormatContext * | avf |
int64_t | last_recovery_ts |
int | recovery_nr |
uint8_t | drop_until_keyframe |
uint8_t | header_written |
AVFormatContext* FifoThreadContext::avf |
Definition at line 84 of file fifo.c.
Referenced by fifo_consumer_thread(), fifo_thread_attempt_recovery(), fifo_thread_flush_output(), fifo_thread_process_recovery_failure(), fifo_thread_recover(), fifo_thread_write_header(), fifo_thread_write_packet(), and fifo_thread_write_trailer().
int64_t FifoThreadContext::last_recovery_ts |
Definition at line 89 of file fifo.c.
Referenced by fifo_thread_attempt_recovery(), fifo_thread_process_recovery_failure(), and fifo_thread_recover().
int FifoThreadContext::recovery_nr |
Definition at line 93 of file fifo.c.
Referenced by fifo_consumer_thread(), fifo_thread_attempt_recovery(), fifo_thread_process_recovery_failure(), and fifo_thread_recover().
uint8_t FifoThreadContext::drop_until_keyframe |
Definition at line 96 of file fifo.c.
Referenced by fifo_consumer_thread(), fifo_thread_attempt_recovery(), and fifo_thread_write_packet().
uint8_t FifoThreadContext::header_written |
Definition at line 101 of file fifo.c.
Referenced by fifo_thread_attempt_recovery(), fifo_thread_dispatch_message(), fifo_thread_write_header(), and fifo_thread_write_trailer().