FFmpeg  2.6.3
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
InputFile Struct Reference

#include <ffmpeg.h>

Data Fields

AVFormatContextctx
 
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
 
AVThreadMessageQueuein_thread_queue
 
pthread_t thread
 
int non_blocking
 
int joined
 
int thread_queue_size
 

Detailed Description

Definition at line 333 of file ffmpeg.h.

Field Documentation

AVFormatContext* InputFile::ctx
int InputFile::eof_reached

Definition at line 335 of file ffmpeg.h.

Referenced by process_input(), transcode(), and transcode_from_filter().

int InputFile::eagain

Definition at line 336 of file ffmpeg.h.

Referenced by process_input(), transcode_from_filter(), and transcode_step().

int InputFile::ist_index
int64_t InputFile::input_ts_offset

Definition at line 338 of file ffmpeg.h.

Referenced by do_video_out(), and open_input_file().

int64_t InputFile::ts_offset

Definition at line 339 of file ffmpeg.h.

Referenced by copy_chapters(), open_input_file(), and process_input().

int64_t InputFile::last_ts

Definition at line 340 of file ffmpeg.h.

Referenced by process_input().

int64_t InputFile::start_time
int64_t InputFile::recording_time
int InputFile::nb_streams
int InputFile::nb_streams_warn

Definition at line 345 of file ffmpeg.h.

Referenced by report_new_stream().

int InputFile::rate_emu

Definition at line 346 of file ffmpeg.h.

Referenced by get_input_packet(), open_input_file(), and transcode_init().

int InputFile::accurate_seek
AVThreadMessageQueue* InputFile::in_thread_queue
pthread_t InputFile::thread

Definition at line 351 of file ffmpeg.h.

Referenced by free_input_threads(), and init_input_threads().

int InputFile::non_blocking

Definition at line 352 of file ffmpeg.h.

Referenced by get_input_packet_mt(), init_input_threads(), and input_thread().

int InputFile::joined

Definition at line 353 of file ffmpeg.h.

Referenced by free_input_threads().

int InputFile::thread_queue_size

Definition at line 354 of file ffmpeg.h.

Referenced by init_input_threads(), input_thread(), and open_input_file().


The documentation for this struct was generated from the following file: