mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user