FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
AVFormatContext * | ctx |
int | eof_reached |
int | eagain |
int | ist_index |
int64_t | input_ts_offset |
int64_t | ts_offset |
int64_t | last_ts |
int64_t | start_time |
int64_t | recording_time |
int | nb_streams |
int | nb_streams_warn |
int | rate_emu |
int | accurate_seek |
AVFormatContext* InputFile::ctx |
Definition at line 312 of file ffmpeg.h.
Referenced by configure_input_video_filter(), copy_chapters(), do_streamcopy(), do_video_out(), get_input_packet(), init_input_filter(), open_input_file(), open_output_file(), opt_map(), opt_map_channel(), opt_target(), process_input(), report_new_stream(), and sub2video_prepare().
int InputFile::eof_reached |
Definition at line 313 of file ffmpeg.h.
Referenced by process_input(), transcode(), and transcode_from_filter().
int InputFile::eagain |
Definition at line 314 of file ffmpeg.h.
Referenced by process_input(), transcode_from_filter(), and transcode_step().
int InputFile::ist_index |
Definition at line 315 of file ffmpeg.h.
Referenced by check_output_constraints(), get_input_packet(), init_input_filter(), open_input_file(), open_output_file(), process_input(), sub2video_heartbeat(), and transcode_init().
int64_t InputFile::input_ts_offset |
Definition at line 316 of file ffmpeg.h.
Referenced by do_video_out(), and open_input_file().
int64_t InputFile::ts_offset |
Definition at line 317 of file ffmpeg.h.
Referenced by copy_chapters(), open_input_file(), and process_input().
int64_t InputFile::last_ts |
Definition at line 318 of file ffmpeg.h.
Referenced by process_input().
int64_t InputFile::start_time |
Definition at line 319 of file ffmpeg.h.
Referenced by configure_input_audio_filter(), configure_input_video_filter(), do_streamcopy(), and open_input_file().
int64_t InputFile::recording_time |
Definition at line 320 of file ffmpeg.h.
Referenced by configure_input_audio_filter(), configure_input_video_filter(), do_streamcopy(), and open_input_file().
int InputFile::nb_streams |
Definition at line 321 of file ffmpeg.h.
Referenced by get_input_packet(), open_input_file(), opt_map(), opt_map_channel(), opt_target(), process_input(), sub2video_heartbeat(), and transcode_init().
int InputFile::nb_streams_warn |
Definition at line 323 of file ffmpeg.h.
Referenced by report_new_stream().
int InputFile::rate_emu |
Definition at line 324 of file ffmpeg.h.
Referenced by get_input_packet(), open_input_file(), and transcode_init().
int InputFile::accurate_seek |
Definition at line 325 of file ffmpeg.h.
Referenced by configure_input_audio_filter(), configure_input_video_filter(), and open_input_file().