lavfi/scale: remove av_opt_free()

Generic code calls it already.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2013-07-15 10:57:55 +00:00
parent 6158a3bcdf
commit 5999db97cf
1 changed files with 0 additions and 1 deletions

View File

@ -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)