Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavfilter/vf_idet.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_idet.c b/libavfilter/vf_idet.c
index f25f635b62..82f0ae1ba4 100644
--- a/libavfilter/vf_idet.c
+++ b/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);