diff options
author | Michael Bradshaw <mjbshaw@google.com> | 2016-12-27 22:05:35 -0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-01-14 20:03:56 +0100 |
commit | 3ac46a0a62386a52e38c066379ff36b5038dd4d0 (patch) | |
tree | e3341e96841a81e8ce6396ba11f563b2cf1f3c05 /ffmpeg.h | |
parent | 743052ec5bd6fef7b0f465dbd9ccc4e570ef8a02 (diff) | |
download | ffmpeg-3ac46a0a62386a52e38c066379ff36b5038dd4d0.tar.gz |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 { |