mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +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
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue