FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
const AVClass * | class |
int | index |
AVFormatContext * | ctx |
int64_t | input_ts_offset |
int | input_sync_ref |
int64_t | start_time_effective |
Effective format start time based on enabled streams. More... | |
int64_t | ts_offset |
int64_t | start_time |
InputStream ** | streams |
int | nb_streams |
AVFormatContext * | fmt_ctx |
InputStream * | streams |
const AVClass* InputFile::class |
Definition at line 469 of file ffmpeg.h.
Referenced by demux_alloc().
int InputFile::index |
Definition at line 471 of file ffmpeg.h.
Referenced by demux_alloc(), demux_stream_alloc(), do_send(), fg_complex_bind_input(), ist_iter(), ist_use(), and ost_add().
AVFormatContext* InputFile::ctx |
Definition at line 473 of file ffmpeg.h.
Referenced by assert_file_overwrite(), copy_chapters(), copy_meta(), correct_input_start_times(), discard_unused_programs(), fg_complex_bind_input(), ist_add(), ist_filter_add(), ist_use(), of_map_group(), opt_map(), opt_target(), report_new_stream(), seek_to_start(), and ts_discontinuity_detect().
int64_t InputFile::input_ts_offset |
Definition at line 474 of file ffmpeg.h.
Referenced by correct_input_start_times(), and new_stream_video().
int64_t InputFile::start_time_effective |
Effective format start time based on enabled streams.
Definition at line 479 of file ffmpeg.h.
Referenced by correct_input_start_times(), and ts_fixup().
int64_t InputFile::ts_offset |
Definition at line 480 of file ffmpeg.h.
Referenced by copy_chapters(), correct_input_start_times(), streamcopy_init(), and ts_fixup().
int64_t InputFile::start_time |
Definition at line 482 of file ffmpeg.h.
Referenced by correct_input_start_times(), ist_filter_add(), and streamcopy_init().
InputStream** InputFile::streams |
Definition at line 487 of file ffmpeg.h.
Referenced by close_input_file(), discard_unused_programs(), fg_complex_bind_input(), ist_filter_add(), map_auto_audio(), map_auto_video(), map_manual(), open_input_file(), process_frame(), read_interval_packets(), show_packet(), show_program(), show_stream_group(), show_streams(), and ts_fixup().
int InputFile::nb_streams |
Definition at line 488 of file ffmpeg.h.
Referenced by close_input_file(), ist_filter_add(), map_auto_audio(), map_auto_video(), new_stream_video(), open_input_file(), opt_map(), opt_target(), read_interval_packets(), and show_streams().
AVFormatContext* InputFile::fmt_ctx |
Definition at line 98 of file ffprobe.c.
Referenced by close_input_file(), open_input_file(), probe_file(), process_frame(), read_interval_packets(), read_packets(), show_chapters(), show_format(), show_program(), show_programs(), show_stream_group(), show_stream_groups(), and show_streams().
InputStream* InputFile::streams |