mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +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:
parent
6158a3bcdf
commit
5999db97cf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user