avfilter: remove av_opt_set_defaults() from process_options()

This is already called from ff_filter_alloc()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-05-24 15:06:53 +02:00
parent 558ce3e5b7
commit a2abd58a09

View File

@ -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;