From 5999db97cf2607a1985ff6fd704d270291b31126 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 15 Jul 2013 10:57:55 +0000 Subject: lavfi/scale: remove av_opt_free() Generic code calls it already. Signed-off-by: Paul B Mahol --- libavfilter/vf_scale.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavfilter/vf_scale.c') diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c index b1246fe343..056f54054a 100644 --- a/libavfilter/vf_scale.c +++ b/libavfilter/vf_scale.c @@ -147,7 +147,6 @@ static av_cold void uninit(AVFilterContext *ctx) sws_freeContext(scale->isws[0]); sws_freeContext(scale->isws[1]); scale->sws = NULL; - av_opt_free(scale); } static int query_formats(AVFilterContext *ctx) -- cgit v1.2.3