Data Fields | |
AVFormatContext * | ctx |
int | eof_reached |
int | ist_index |
int | buffer_size |
int64_t | ts_offset |
int | nb_streams |
int | rate_emu |
AVFormatContext * InputFile::ctx |
Definition at line 185 of file avconv.c.
Referenced by check_inputs(), copy_chapters(), opt_input_file(), opt_map(), opt_output_file(), opt_target(), transcode(), and transcode_init().
int InputFile::eof_reached |
Definition at line 186 of file avconv.c.
Referenced by transcode().
int InputFile::ist_index |
Definition at line 187 of file avconv.c.
Referenced by opt_input_file(), opt_output_file(), transcode(), and transcode_init().
int InputFile::nb_streams |
Definition at line 190 of file avconv.c.
Referenced by opt_input_file(), opt_map(), opt_target(), transcode(), and transcode_init().
int InputFile::rate_emu |
Definition at line 192 of file avconv.c.
Referenced by opt_input_file(), rate_emu_sleep(), and transcode_init().
int64_t InputFile::ts_offset |
Definition at line 189 of file avconv.c.
Referenced by copy_chapters(), opt_input_file(), and transcode().