Commit a7f0af1b authored by Clément Bœsch's avatar Clément Bœsch

lavfi/idet: remove unecessary context assignment.

parent 43cbd440
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment