FFmpeg
4.4.6
|
#include <fftools/ffmpeg.h>
AVFormatContext* InputFile::ctx |
Definition at line 401 of file ffmpeg.h.
Referenced by assert_file_overwrite(), check_decode_result(), configure_input_video_filter(), do_video_out(), init_input_filter(), open_output_file(), opt_map(), opt_map_channel(), opt_target(), report_new_stream(), and sub2video_prepare().
int InputFile::eof_reached |
Definition at line 402 of file ffmpeg.h.
Referenced by transcode(), transcode_from_filter(), and transcode_step().
int InputFile::eagain |
Definition at line 403 of file ffmpeg.h.
Referenced by transcode_from_filter(), and transcode_step().
int InputFile::ist_index |
Definition at line 404 of file ffmpeg.h.
Referenced by check_output_constraints(), init_input_filter(), open_output_file(), opt_map_channel(), and sub2video_heartbeat().
AVRational InputFile::time_base |
int64_t InputFile::input_ts_offset |
Definition at line 409 of file ffmpeg.h.
Referenced by do_video_out().
int64_t InputFile::ts_offset |
Definition at line 411 of file ffmpeg.h.
Referenced by process_input().
int InputFile::nb_streams |
Definition at line 416 of file ffmpeg.h.
Referenced by opt_map(), opt_map_channel(), opt_target(), and sub2video_heartbeat().
int InputFile::nb_streams_warn |
Definition at line 418 of file ffmpeg.h.
Referenced by report_new_stream().
AVFormatContext* InputFile::fmt_ctx |
InputStream* InputFile::streams |