summaryrefslogtreecommitdiff
path: root/avconv.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-08-19 08:29:44 +0200
committerAnton Khirnov <anton@khirnov.net>2012-08-30 13:56:24 +0200
commit038c0b1e06cadffdd6ac50f058dcc6bc075b9019 (patch)
treebc30237d453eef07f4d3a0cb10158c2a5859da24 /avconv.h
parente2785fa728cc5b0d9939090b4398067a32856a3c (diff)
avconv: make the -pass option per-stream.
Diffstat (limited to 'avconv.h')
-rw-r--r--avconv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/avconv.h b/avconv.h
index 94b3f670e6..7a51ccbec1 100644
--- a/avconv.h
+++ b/avconv.h
@@ -158,6 +158,8 @@ typedef struct OptionsContext {
int nb_copy_initial_nonkeyframes;
SpecifierOpt *filters;
int nb_filters;
+ SpecifierOpt *pass;
+ int nb_pass;
} OptionsContext;
typedef struct InputFilter {