You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavfi/idet: remove unecessary context assignment.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user