diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-12-26 02:48:07 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-26 17:17:36 +0100 |
commit | a7f0af1b9aeba7611731ca92ab3cac13ac98a9bb (patch) | |
tree | af8ca8f68d851a3964977002ddde60bdff9c3b54 | |
parent | 43cbd4406ea60c4776b5d296ce027fc7582f0cdf (diff) | |
download | ffmpeg-a7f0af1b9aeba7611731ca92ab3cac13ac98a9bb.tar.gz |
lavfi/idet: remove unecessary context assignment.
-rw-r--r-- | libavfilter/vf_idet.c | 1 |
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); |