diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-08-19 08:29:44 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-08-30 13:56:24 +0200 |
commit | 038c0b1e06cadffdd6ac50f058dcc6bc075b9019 (patch) | |
tree | bc30237d453eef07f4d3a0cb10158c2a5859da24 /avconv.h | |
parent | e2785fa728cc5b0d9939090b4398067a32856a3c (diff) | |
download | ffmpeg-038c0b1e06cadffdd6ac50f058dcc6bc075b9019.tar.gz |
avconv: make the -pass option per-stream.
Diffstat (limited to 'avconv.h')
-rw-r--r-- | avconv.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 { |