FFmpeg
3.3.8
|
#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 |
AVThreadMessageQueue * | in_thread_queue |
pthread_t | thread |
int | non_blocking |
int | joined |
int | thread_queue_size |
AVFormatContext * | fmt_ctx |
InputStream * | streams |
AVFormatContext* InputFile::ctx |
Definition at line 390 of file ffmpeg.h.
Referenced by check_decode_result(), configure_input_audio_filter(), configure_input_video_filter(), copy_chapters(), do_streamcopy(), do_video_out(), get_input_packet(), init_input_filter(), init_input_threads(), input_thread(), open_input_file(), open_output_file(), opt_map(), opt_map_channel(), opt_target(), print_final_stats(), process_input(), report_new_stream(), sub2video_prepare(), and transcode_init().
int InputFile::eof_reached |
Definition at line 391 of file ffmpeg.h.
Referenced by process_input(), transcode(), transcode_from_filter(), and transcode_step().
int InputFile::eagain |
Definition at line 392 of file ffmpeg.h.
Referenced by process_input(), transcode_from_filter(), and transcode_step().
int InputFile::ist_index |
Definition at line 393 of file ffmpeg.h.
Referenced by check_output_constraints(), get_input_packet(), init_input_filter(), open_input_file(), open_output_file(), print_final_stats(), process_input(), seek_to_start(), sub2video_heartbeat(), and transcode_init().
int InputFile::loop |
Definition at line 394 of file ffmpeg.h.
Referenced by open_input_file(), and seek_to_start().
int64_t InputFile::duration |
Definition at line 395 of file ffmpeg.h.
Referenced by open_input_file(), process_input(), and seek_to_start().
AVRational InputFile::time_base |
Definition at line 397 of file ffmpeg.h.
Referenced by open_input_file(), process_input(), and seek_to_start().
int64_t InputFile::input_ts_offset |
Definition at line 398 of file ffmpeg.h.
Referenced by do_video_out(), and open_input_file().
int64_t InputFile::ts_offset |
Definition at line 400 of file ffmpeg.h.
Referenced by copy_chapters(), do_streamcopy(), open_input_file(), and process_input().
int64_t InputFile::last_ts |
Definition at line 401 of file ffmpeg.h.
Referenced by process_input().
int64_t InputFile::start_time |
Definition at line 402 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 404 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 405 of file ffmpeg.h.
Referenced by close_input_file(), get_input_packet(), open_input_file(), opt_map(), opt_map_channel(), opt_target(), print_final_stats(), process_input(), read_interval_packets(), seek_to_start(), show_streams(), sub2video_heartbeat(), and transcode_init().
int InputFile::nb_streams_warn |
Definition at line 407 of file ffmpeg.h.
Referenced by report_new_stream().
int InputFile::rate_emu |
Definition at line 408 of file ffmpeg.h.
Referenced by get_input_packet(), open_input_file(), and transcode_init().
int InputFile::accurate_seek |
Definition at line 409 of file ffmpeg.h.
Referenced by configure_input_audio_filter(), configure_input_video_filter(), and open_input_file().
AVThreadMessageQueue* InputFile::in_thread_queue |
Definition at line 412 of file ffmpeg.h.
Referenced by free_input_threads(), get_input_packet_mt(), init_input_threads(), and input_thread().
pthread_t InputFile::thread |
Definition at line 413 of file ffmpeg.h.
Referenced by free_input_threads(), and init_input_threads().
int InputFile::non_blocking |
Definition at line 414 of file ffmpeg.h.
Referenced by get_input_packet_mt(), init_input_threads(), and input_thread().
int InputFile::joined |
Definition at line 415 of file ffmpeg.h.
Referenced by free_input_threads().
int InputFile::thread_queue_size |
Definition at line 416 of file ffmpeg.h.
Referenced by init_input_threads(), input_thread(), and open_input_file().
AVFormatContext* InputFile::fmt_ctx |
Definition at line 74 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 |
Definition at line 76 of file ffprobe.c.
Referenced by close_input_file(), open_input_file(), process_frame(), read_interval_packets(), show_packet(), show_program(), and show_streams().