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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-12-10 23:01:19 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2015-12-12 00:27:25 +0300
commit8f948b6244e4e25156fc075c139f9ebd7a3a4bd1 (patch)
treef4f048943d2ee00fbd27afa5178615dcb0e2ae69 /ffmpeg.h
parent676a93f2d86d704ab6a973a19000e265c14e37d5 (diff)
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index 82ab1ee2fb..fa249102d2 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -216,6 +216,8 @@ typedef struct OptionsContext {
int nb_discard;
SpecifierOpt *disposition;
int nb_disposition;
+ SpecifierOpt *program;
+ int nb_program;
} OptionsContext;
typedef struct InputFilter {