FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
const AVClass * | class |
int | index |
int | format_nots |
AVFormatContext * | ctx |
int | eof_reached |
int | eagain |
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 |
int64_t | recording_time |
InputStream ** | streams |
int | nb_streams |
float | readrate |
int | accurate_seek |
AVThreadMessageQueue * | audio_duration_queue |
int | audio_duration_queue_size |
AVFormatContext * | fmt_ctx |
InputStream * | streams |
int InputFile::format_nots |
Definition at line 405 of file ffmpeg.h.
Referenced by packet_decode(), and video_duration_estimate().
AVFormatContext* InputFile::ctx |
Definition at line 407 of file ffmpeg.h.
Referenced by assert_file_overwrite(), copy_chapters(), copy_meta(), correct_input_start_times(), discard_unused_programs(), init_input_filter(), opt_map(), opt_map_channel(), opt_target(), seek_to_start(), and ts_discontinuity_detect().
int InputFile::eof_reached |
Definition at line 408 of file ffmpeg.h.
Referenced by process_input(), and transcode().
int InputFile::eagain |
Definition at line 409 of file ffmpeg.h.
Referenced by fg_transcode_step(), process_input(), and transcode_step().
int64_t InputFile::input_ts_offset |
Definition at line 410 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 415 of file ffmpeg.h.
Referenced by correct_input_start_times(), and ts_fixup().
int64_t InputFile::ts_offset |
Definition at line 416 of file ffmpeg.h.
Referenced by copy_chapters(), correct_input_start_times(), input_packet_process(), streamcopy_init(), and ts_fixup().
int64_t InputFile::start_time |
Definition at line 417 of file ffmpeg.h.
Referenced by correct_input_start_times(), and streamcopy_init().
InputStream** InputFile::streams |
Definition at line 423 of file ffmpeg.h.
Referenced by close_input_file(), decode_flush(), discard_unused_programs(), init_input_filter(), map_auto_audio(), map_auto_video(), map_manual(), open_input_file(), opt_map_channel(), process_frame(), process_input(), read_interval_packets(), seek_to_start(), show_packet(), show_program(), show_streams(), sub2video_heartbeat(), and ts_fixup().
int InputFile::nb_streams |
Definition at line 424 of file ffmpeg.h.
Referenced by close_input_file(), decode_flush(), map_auto_audio(), map_auto_video(), new_stream_video(), open_input_file(), opt_map(), opt_map_channel(), opt_target(), process_input(), read_interval_packets(), seek_to_start(), show_streams(), and sub2video_heartbeat().
AVThreadMessageQueue* InputFile::audio_duration_queue |
Definition at line 431 of file ffmpeg.h.
Referenced by decoder_thread(), and seek_to_start().
int InputFile::audio_duration_queue_size |
Definition at line 432 of file ffmpeg.h.
Referenced by seek_to_start().
AVFormatContext* InputFile::fmt_ctx |
Definition at line 95 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(), and show_streams().
InputStream* InputFile::streams |