FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
AVFormatContext * | ctx |
int | eof_reached |
int | eagain |
int | ist_index |
int | loop |
int64_t | duration |
AVRational | time_base |
int64_t | input_ts_offset |
int64_t | ts_offset |
int64_t | last_ts |
int64_t | start_time |
int | seek_timestamp |
int64_t | recording_time |
int | nb_streams |
int | nb_streams_warn |
int | rate_emu |
int | accurate_seek |
AVFormatContext * | fmt_ctx |
InputStream * | streams |
AVFormatContext* InputFile::ctx |
Definition at line 394 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 395 of file ffmpeg.h.
Referenced by transcode(), transcode_from_filter(), and transcode_step().
int InputFile::eagain |
Definition at line 396 of file ffmpeg.h.
Referenced by transcode_from_filter(), and transcode_step().
int InputFile::ist_index |
Definition at line 397 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 402 of file ffmpeg.h.
Referenced by do_video_out().
int64_t InputFile::ts_offset |
Definition at line 404 of file ffmpeg.h.
Referenced by process_input().
int InputFile::nb_streams |
Definition at line 409 of file ffmpeg.h.
Referenced by opt_map(), opt_map_channel(), opt_target(), and sub2video_heartbeat().
int InputFile::nb_streams_warn |
Definition at line 411 of file ffmpeg.h.
Referenced by report_new_stream().
AVFormatContext* InputFile::fmt_ctx |
InputStream* InputFile::streams |