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>
pull/18/merge
Michael Niedermayer 12 years ago
parent 558ce3e5b7
commit a2abd58a09
  1. 2
      libavfilter/avfilter.c

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