[FFmpeg-cvslog] avfilter/af_volume: Don't free options manually
Andreas Rheinhardt
git at videolan.org
Thu May 9 14:41:13 EEST 2024
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sun May 5 16:26:01 2024 +0200| [ebe78e3ef0b07dbefe90c8709aef9611183c08ed] | committer: Andreas Rheinhardt
avfilter/af_volume: Don't free options manually
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ebe78e3ef0b07dbefe90c8709aef9611183c08ed
---
libavfilter/af_volume.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavfilter/af_volume.c b/libavfilter/af_volume.c
index 5a3c9220f4..b3dd57c5e5 100644
--- a/libavfilter/af_volume.c
+++ b/libavfilter/af_volume.c
@@ -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);
}
More information about the ffmpeg-cvslog
mailing list