1
0

avfilter/af_volume: Don't free options manually

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2024-05-05 16:26:01 +02:00
parent e8e84dc325
commit ebe78e3ef0

View File

@ -127,7 +127,6 @@ static av_cold void uninit(AVFilterContext *ctx)
{
VolumeContext *vol = ctx->priv;
av_expr_free(vol->volume_pexpr);
av_opt_free(vol);
av_freep(&vol->fdsp);
}