Browse Source

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>
tags/n2.0
Michael Niedermayer 12 years ago
parent
commit
a2abd58a09
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavfilter/avfilter.c

+ 0
- 2
libavfilter/avfilter.c 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;



Loading…
Cancel
Save