mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 00:32:31 +00:00
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:
parent
558ce3e5b7
commit
a2abd58a09
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user