FFmpeg
|
#include <ffmpeg_mux.h>
Definition at line 36 of file ffmpeg_mux.h.
OutputStream MuxStream::ost |
Definition at line 37 of file ffmpeg_mux.h.
Referenced by bsf_init(), create_streams(), mux_fixup_ts(), mux_stream_alloc(), ost_add(), and sync_queue_process().
char MuxStream::log_name[32] |
Definition at line 40 of file ffmpeg_mux.h.
Referenced by mux_stream_alloc(), ost_add(), and output_stream_item_name().
AVBSFContext* MuxStream::bsf_ctx |
Definition at line 42 of file ffmpeg_mux.h.
Referenced by bsf_init(), mux_packet_filter(), ost_add(), and ost_free().
AVPacket* MuxStream::bsf_pkt |
Definition at line 43 of file ffmpeg_mux.h.
Referenced by bsf_init(), mux_packet_filter(), and ost_free().
AVPacket* MuxStream::pkt |
Definition at line 45 of file ffmpeg_mux.h.
Referenced by ost_add(), and ost_free().
EncStats MuxStream::stats |
Definition at line 47 of file ffmpeg_mux.h.
Referenced by ost_add(), ost_free(), and write_packet().
int MuxStream::sch_idx |
Definition at line 49 of file ffmpeg_mux.h.
Referenced by mux_packet_filter(), mux_stream_alloc(), of_stream_init(), and ost_add().
int MuxStream::sch_idx_enc |
Definition at line 50 of file ffmpeg_mux.h.
Referenced by mux_stream_alloc(), ost_add(), and setup_sync_queues().
int MuxStream::sch_idx_src |
Definition at line 51 of file ffmpeg_mux.h.
Referenced by create_streams(), and ost_add().
int MuxStream::sq_idx_mux |
Definition at line 53 of file ffmpeg_mux.h.
Referenced by setup_sync_queues(), and sync_queue_process().
int64_t MuxStream::max_frames |
Definition at line 55 of file ffmpeg_mux.h.
Referenced by ost_add(), and setup_sync_queues().
int64_t MuxStream::ts_copy_start |
Definition at line 60 of file ffmpeg_mux.h.
Referenced by of_streamcopy(), and streamcopy_init().
int64_t MuxStream::last_mux_dts |
Definition at line 64 of file ffmpeg_mux.h.
Referenced by mux_fixup_ts(), and ost_add().
int64_t MuxStream::stream_duration |
Definition at line 66 of file ffmpeg_mux.h.
Referenced by of_stream_init(), and ost_add().
AVRational MuxStream::stream_duration_tb |
Definition at line 67 of file ffmpeg_mux.h.
Referenced by of_stream_init(), and ost_add().
int64_t MuxStream::ts_rescale_delta_last |
Definition at line 70 of file ffmpeg_mux.h.
Referenced by mux_fixup_ts().
uint64_t MuxStream::data_size_mux |
Definition at line 73 of file ffmpeg_mux.h.
Referenced by mux_final_stats(), and write_packet().
int MuxStream::copy_initial_nonkeyframes |
Definition at line 75 of file ffmpeg_mux.h.
Referenced by of_streamcopy(), and ost_add().
int MuxStream::copy_prior_start |
Definition at line 76 of file ffmpeg_mux.h.
Referenced by of_streamcopy(), ost_add(), and streamcopy_init().
int MuxStream::streamcopy_started |
Definition at line 77 of file ffmpeg_mux.h.
Referenced by of_streamcopy().