diff options
author | Jean First <jeanfirst@gmail.com> | 2013-02-27 00:18:41 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-27 02:17:42 +0100 |
commit | 2d7044683f3c0fa87445bf60854f1bd7ab0faf4f (patch) | |
tree | f75033711c5f6fd67be058a4e8b012fb4cd9ad21 /ffmpeg.h | |
parent | 997a36238ff0c700acfb77decaa560dc7b3095ec (diff) | |
download | ffmpeg-2d7044683f3c0fa87445bf60854f1bd7ab0faf4f.tar.gz |
ffmpeg_opt: add -to option to specify stop time
Signed-off-by: Jean First <jeanfirst@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r-- | ffmpeg.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -114,6 +114,7 @@ typedef struct OptionsContext { int chapters_input_file; int64_t recording_time; + int64_t stop_time; uint64_t limit_filesize; float mux_preload; float mux_max_delay; |