#include <avconv.h>
Data Fields | |
AVFormatContext * | ctx |
AVDictionary * | opts |
int | ost_index |
int64_t | recording_time |
int64_t | start_time |
uint64_t | limit_filesize |
int | shortest |
AVFormatContext* OutputFile::ctx |
Definition at line 307 of file avconv.h.
Referenced by copy_chapters(), do_streamcopy(), exit_program(), finish_output_stream(), flush_encoders(), need_output(), open_output_file(), poll_filter(), print_report(), transcode(), transcode_init(), and transcode_subtitles().
uint64_t OutputFile::limit_filesize |
Definition at line 312 of file avconv.h.
Referenced by need_output(), and open_output_file().
AVDictionary* OutputFile::opts |
Definition at line 308 of file avconv.h.
Referenced by open_output_file().
int OutputFile::ost_index |
Definition at line 309 of file avconv.h.
Referenced by finish_output_stream(), need_output(), and open_output_file().
int64_t OutputFile::recording_time |
Definition at line 310 of file avconv.h.
Referenced by check_recording_time(), copy_chapters(), do_streamcopy(), and open_output_file().
int OutputFile::shortest |
Definition at line 314 of file avconv.h.
Referenced by finish_output_stream(), and open_output_file().
int64_t OutputFile::start_time |
Definition at line 311 of file avconv.h.
Referenced by check_output_constraints(), copy_chapters(), do_streamcopy(), open_output_file(), and poll_filter().