lavfi/idet: remove unecessary context assignment.

pull/8/head
Clément Bœsch 12 years ago
parent 43cbd4406e
commit a7f0af1b9a
  1. 1
      libavfilter/vf_idet.c

@ -280,7 +280,6 @@ static av_cold int init(AVFilterContext *ctx, const char *args)
static const char *shorthand[] = { "intl_thres", "prog_thres", NULL };
int ret;
idet->csp = NULL;
idet->class = &idet_class;
av_opt_set_defaults(idet);

Loading…
Cancel
Save