Commit 5999db97 authored by Paul B Mahol's avatar Paul B Mahol

lavfi/scale: remove av_opt_free()

Generic code calls it already.
Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 6158a3bc
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment