diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-12-10 21:01:19 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-12-11 22:27:25 +0100 |
commit | 8f948b6244e4e25156fc075c139f9ebd7a3a4bd1 (patch) | |
tree | f4f048943d2ee00fbd27afa5178615dcb0e2ae69 /ffmpeg.h | |
parent | 676a93f2d86d704ab6a973a19000e265c14e37d5 (diff) | |
download | ffmpeg-8f948b6244e4e25156fc075c139f9ebd7a3a4bd1.tar.gz |
ffmpeg: Add basic support to mux multiple programs
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
@@ -216,6 +216,8 @@ typedef struct OptionsContext { int nb_discard; SpecifierOpt *disposition; int nb_disposition; + SpecifierOpt *program; + int nb_program; } OptionsContext; typedef struct InputFilter { |