InputStream Struct Reference

Data Fields

int file_index
 
AVStreamst
 
int discard
 
int decoding_needed
 
AVCodecdec
 
AVFramedecoded_frame
 
AVFramefiltered_frame
 
int64_t start
 
int64_t next_pts
 
int64_t pts
 
PtsCorrectionContext pts_ctx
 
double ts_scale
 
int is_start
 
int showed_multi_packet_warning
 
AVDictionaryopts
 
FrameBufferbuffer_pool
 
int is_past_recording_time
 

Detailed Description

Definition at line 161 of file avconv.c.

Field Documentation

FrameBuffer* InputStream::buffer_pool

Definition at line 181 of file avconv.c.

Referenced by codec_get_buffer(), free_buffer_pool(), and unref_buffer().

AVCodec * InputStream::dec
AVFrame* InputStream::decoded_frame

Definition at line 167 of file avconv.c.

Referenced by transcode_audio(), and transcode_video().

int InputStream::decoding_needed

Definition at line 165 of file avconv.c.

Referenced by init_input_stream(), output_packet(), transcode(), and transcode_init().

int InputStream::discard
AVFrame* InputStream::filtered_frame

Definition at line 168 of file avconv.c.

Referenced by transcode_video().

int InputStream::is_past_recording_time

Definition at line 315 of file ffmpeg.c.

Referenced by transcode().

int InputStream::is_start

Definition at line 176 of file avconv.c.

Referenced by do_audio_out(), init_input_stream(), and transcode().

int64_t InputStream::next_pts
AVDictionary * InputStream::opts

Definition at line 178 of file avconv.c.

Referenced by add_input_streams(), init_input_stream(), opt_input_file(), and transcode().

PtsCorrectionContext InputStream::pts_ctx

Definition at line 174 of file avconv.c.

Referenced by init_input_stream(), output_packet(), transcode(), and transcode_video().

int InputStream::showed_multi_packet_warning

Definition at line 177 of file avconv.c.

Referenced by output_packet().

int64_t InputStream::start

Definition at line 170 of file avconv.c.

Referenced by output_packet(), rate_emu_sleep(), and transcode_init().

double InputStream::ts_scale

Definition at line 175 of file avconv.c.

Referenced by add_input_streams(), opt_input_file(), and transcode().


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