mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
lavfi/idet: remove unecessary context assignment.
This commit is contained in:
parent
43cbd4406e
commit
a7f0af1b9a
@ -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…
Reference in New Issue
Block a user