|
Libav
|
#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 343 of file avconv.h.
Referenced by avconv_cleanup(), copy_chapters(), do_streamcopy(), flush_encoders(), need_output(), open_output_file(), poll_filter(), poll_filters(), print_report(), transcode(), transcode_init(), and transcode_subtitles().
| AVDictionary* OutputFile::opts |
Definition at line 344 of file avconv.h.
Referenced by open_output_file().
| int OutputFile::ost_index |
Definition at line 345 of file avconv.h.
Referenced by need_output(), open_output_file(), and poll_filters().
| int64_t OutputFile::recording_time |
Definition at line 346 of file avconv.h.
Referenced by check_recording_time(), configure_output_audio_filter(), configure_output_video_filter(), copy_chapters(), do_streamcopy(), and open_output_file().
| int64_t OutputFile::start_time |
Definition at line 347 of file avconv.h.
Referenced by check_output_constraints(), configure_output_audio_filter(), configure_output_video_filter(), copy_chapters(), do_streamcopy(), open_output_file(), and poll_filter().
| uint64_t OutputFile::limit_filesize |
Definition at line 348 of file avconv.h.
Referenced by need_output(), and open_output_file().
| int OutputFile::shortest |
Definition at line 350 of file avconv.h.
Referenced by open_output_file(), and poll_filters().
1.8.1.2