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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-01-09 00:51:25 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-01-25 03:27:21 +0300
commit85d7e02e4af4e6250be77ec43a72807d029a0061 (patch)
tree24e69f84af054c5eae4b41640701ca95410c85af /ffmpeg.h
parenta1062e1437c0f5432cdcb03ac8931b30f3b9d170 (diff)
ffmpeg: allow overriding and amending AVStream->disposition
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index 0ad1e37267..cb425b324a 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -206,6 +206,8 @@ typedef struct OptionsContext {
int nb_apad;
SpecifierOpt *discard;
int nb_discard;
+ SpecifierOpt *disposition;
+ int nb_disposition;
} OptionsContext;
typedef struct InputFilter {
@@ -430,6 +432,7 @@ typedef struct OutputStream {
const char *attachment_filename;
int copy_initial_nonkeyframes;
int copy_prior_start;
+ char *disposition;
int keep_pix_fmt;