lavfi/idet: remove unecessary context assignment.

This commit is contained in:
Clément Bœsch 2012-12-26 02:48:07 +01:00
parent 43cbd4406e
commit a7f0af1b9a

View File

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