InputFile Struct Reference

#include <avconv.h>

Data Fields

AVFormatContextctx
int eof_reached
int eagain
int ist_index
int64_t ts_offset
int nb_streams
int rate_emu

Detailed Description

Definition at line 235 of file avconv.h.

Field Documentation

int InputFile::eagain

Definition at line 238 of file avconv.h.

Referenced by process_input(), and select_input_file().

int InputFile::eof_reached

Definition at line 237 of file avconv.h.

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

int InputFile::ist_index
int InputFile::nb_streams

Definition at line 241 of file avconv.h.

Referenced by open_input_file(), opt_map(), opt_target(), process_input(), and transcode_init().

int InputFile::rate_emu

Definition at line 243 of file avconv.h.

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

int64_t InputFile::ts_offset

Definition at line 240 of file avconv.h.

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


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