Data Fields | |
AVFormatContext * | ctx |
AVDictionary * | opts |
int | ost_index |
int64_t | recording_time |
int64_t | start_time |
uint64_t | limit_filesize |
AVFormatContext* OutputFile::ctx |
Definition at line 260 of file avconv.c.
Referenced by copy_chapters(), do_streamcopy(), exit_program(), flush_encoders(), opt_output_file(), print_report(), transcode(), transcode_audio(), transcode_init(), transcode_subtitles(), and transcode_video().
uint64_t OutputFile::limit_filesize |
Definition at line 265 of file avconv.c.
Referenced by opt_output_file(), and transcode().
AVDictionary* OutputFile::opts |
Definition at line 261 of file avconv.c.
Referenced by opt_output_file().
int OutputFile::ost_index |
Definition at line 262 of file avconv.c.
Referenced by opt_output_file(), and transcode().
int64_t OutputFile::recording_time |
Definition at line 263 of file avconv.c.
Referenced by check_output_constraints(), copy_chapters(), and opt_output_file().
int64_t OutputFile::start_time |
Definition at line 264 of file avconv.c.
Referenced by check_output_constraints(), copy_chapters(), do_streamcopy(), get_sync_ipts(), and opt_output_file().