FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
AVFormatContext * | ctx |
int | eof_reached |
int | eagain |
int | ist_index |
int64_t | ts_offset |
int64_t | last_ts |
int | nb_streams |
int | nb_streams_warn |
int | rate_emu |
pthread_t | thread |
int | finished |
int | joined |
pthread_mutex_t | fifo_lock |
pthread_cond_t | fifo_cond |
AVFifoBuffer * | fifo |
Detailed Description
Field Documentation
AVFormatContext* InputFile::ctx |
Definition at line 277 of file ffmpeg.h.
Referenced by configure_input_video_filter(), copy_chapters(), get_input_packet(), init_input_filter(), input_thread(), open_input_file(), open_output_file(), opt_map(), opt_map_channel(), opt_target(), process_input(), report_new_stream(), sub2video_prepare(), and transcode_init().
int InputFile::eagain |
Definition at line 279 of file ffmpeg.h.
Referenced by process_input(), transcode_from_filter(), and transcode_step().
int InputFile::eof_reached |
Definition at line 278 of file ffmpeg.h.
Referenced by process_input(), transcode(), and transcode_from_filter().
AVFifoBuffer* InputFile::fifo |
Definition at line 294 of file ffmpeg.h.
Referenced by free_input_threads(), get_input_packet_mt(), init_input_threads(), and input_thread().
pthread_cond_t InputFile::fifo_cond |
Definition at line 293 of file ffmpeg.h.
Referenced by free_input_threads(), get_input_packet_mt(), init_input_threads(), and input_thread().
pthread_mutex_t InputFile::fifo_lock |
Definition at line 292 of file ffmpeg.h.
Referenced by free_input_threads(), get_input_packet_mt(), init_input_threads(), and input_thread().
int InputFile::finished |
Definition at line 290 of file ffmpeg.h.
Referenced by get_input_packet_mt(), and input_thread().
int InputFile::ist_index |
Definition at line 280 of file ffmpeg.h.
Referenced by check_output_constraints(), init_input_filter(), open_input_file(), open_output_file(), process_input(), sub2video_heartbeat(), and transcode_init().
int InputFile::joined |
Definition at line 291 of file ffmpeg.h.
Referenced by free_input_threads().
int64_t InputFile::last_ts |
Definition at line 282 of file ffmpeg.h.
Referenced by process_input().
int InputFile::nb_streams |
Definition at line 283 of file ffmpeg.h.
Referenced by 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 285 of file ffmpeg.h.
Referenced by report_new_stream().
int InputFile::rate_emu |
Definition at line 286 of file ffmpeg.h.
Referenced by open_input_file(), rate_emu_sleep(), and transcode_init().
pthread_t InputFile::thread |
Definition at line 289 of file ffmpeg.h.
Referenced by free_input_threads(), and init_input_threads().
int64_t InputFile::ts_offset |
Definition at line 281 of file ffmpeg.h.
Referenced by copy_chapters(), open_input_file(), and process_input().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11