From a2abd58a090216ebd2a02fa27ae3068c141b5e5e Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 24 May 2013 15:06:53 +0200 Subject: avfilter: remove av_opt_set_defaults() from process_options() This is already called from ff_filter_alloc() Signed-off-by: Michael Niedermayer --- libavfilter/avfilter.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavfilter/avfilter.c') diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 1ea6d8dbfe..c10a81bfb7 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -717,8 +717,6 @@ static int process_options(AVFilterContext *ctx, AVDictionary **options, const char *key; int offset= -1; - av_opt_set_defaults(ctx); - if (!args) return 0; -- cgit v1.2.3