From 1f97dfb77f27e8eb11b419eedf27016237401f90 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 8 Apr 2013 08:53:34 +0000 Subject: lavfi/blend,noise: remove unedeed av_opt_free() call Signed-off-by: Paul B Mahol --- libavfilter/vf_blend.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavfilter/vf_blend.c') diff --git a/libavfilter/vf_blend.c b/libavfilter/vf_blend.c index 782bf4bf8f..434b470561 100644 --- a/libavfilter/vf_blend.c +++ b/libavfilter/vf_blend.c @@ -338,7 +338,6 @@ static av_cold void uninit(AVFilterContext *ctx) BlendContext *b = ctx->priv; int i; - av_opt_free(b); ff_bufqueue_discard_all(&b->queue_top); ff_bufqueue_discard_all(&b->queue_bottom); -- cgit v1.2.3