diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-03-13 14:24:45 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-28 07:55:48 +0100 |
commit | a4208b9b7d62c09414bd42172c6f30a8296dd1eb (patch) | |
tree | 9aebca5d76ac80ec918b757abf242f11ef1ddafc /avconv.h | |
parent | cf53704c55378cc0dcfc16637cdac7d58f0b3107 (diff) | |
download | ffmpeg-a4208b9b7d62c09414bd42172c6f30a8296dd1eb.tar.gz |
avconv: add options for reading filtergraphs from a file.
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 *filter_scripts; + int nb_filter_scripts; SpecifierOpt *pass; int nb_pass; SpecifierOpt *passlogfiles; |