From a4208b9b7d62c09414bd42172c6f30a8296dd1eb Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 13 Mar 2013 14:24:45 +0100 Subject: avconv: add options for reading filtergraphs from a file. --- avconv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'avconv.h') diff --git a/avconv.h b/avconv.h index eb9df9b16a..73e20e8fe0 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 *filter_scripts; + int nb_filter_scripts; SpecifierOpt *pass; int nb_pass; SpecifierOpt *passlogfiles; -- cgit v1.2.3