Commit a2abd58a authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter: remove av_opt_set_defaults() from process_options()

This is already called from ff_filter_alloc()
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 558ce3e5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment