summaryrefslogtreecommitdiff
path: root/ffmpeg.h
diff options
context:
space:
mode:
authorMichael Bradshaw <mjbshaw@google.com>2016-12-27 22:05:35 -0800
committerMichael Niedermayer <michael@niedermayer.cc>2017-01-14 20:03:56 +0100
commit3ac46a0a62386a52e38c066379ff36b5038dd4d0 (patch)
treee3341e96841a81e8ce6396ba11f563b2cf1f3c05 /ffmpeg.h
parent743052ec5bd6fef7b0f465dbd9ccc4e570ef8a02 (diff)
ffmpeg: Add -time_base option to hint the time base
Signed-off-by: Michael Bradshaw <mjbshaw@google.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h2
1 files changed, 2 insertions, 0 deletions
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 {