Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean First <jeanfirst@gmail.com>2013-02-27 03:18:41 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-02-27 05:17:42 +0400
commit2d7044683f3c0fa87445bf60854f1bd7ab0faf4f (patch)
treef75033711c5f6fd67be058a4e8b012fb4cd9ad21 /ffmpeg.h
parent997a36238ff0c700acfb77decaa560dc7b3095ec (diff)
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index b89a5ac626..d7046fd1e3 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -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;