From 3ac46a0a62386a52e38c066379ff36b5038dd4d0 Mon Sep 17 00:00:00 2001 From: Michael Bradshaw Date: Tue, 27 Dec 2016 22:05:35 -0800 Subject: ffmpeg: Add -time_base option to hint the time base Signed-off-by: Michael Bradshaw Signed-off-by: Michael Niedermayer --- ffmpeg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ffmpeg.h') diff --git a/ffmpeg.h b/ffmpeg.h index 081913bcfc..75bf50ec29 100644 --- a/ffmpeg.h +++ b/ffmpeg.h @@ -224,6 +224,8 @@ typedef struct OptionsContext { int nb_disposition; SpecifierOpt *program; int nb_program; + SpecifierOpt *time_bases; + int nb_time_bases; } OptionsContext; typedef struct InputFilter { -- cgit v1.2.3