From 3ba35a346cd2ee86fff83a0d0534e8a2265984fd Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 18 Mar 2013 21:31:54 +0100 Subject: vf_hqdn3d: make config_props work properly when called multiple times. Do not leak all the temp buffers. --- libavfilter/vf_hqdn3d.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavfilter/vf_hqdn3d.c') diff --git a/libavfilter/vf_hqdn3d.c b/libavfilter/vf_hqdn3d.c index 47abf1bb4a..b9acf0b975 100644 --- a/libavfilter/vf_hqdn3d.c +++ b/libavfilter/vf_hqdn3d.c @@ -252,6 +252,8 @@ static int config_input(AVFilterLink *inlink) const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); int i; + uninit(inlink->dst); + s->hsub = desc->log2_chroma_w; s->vsub = desc->log2_chroma_h; s->depth = desc->comp[0].depth_minus1+1; -- cgit v1.2.3