[FFmpeg-cvslog] lavfi/ebur128: remove now unused av_opt_free call.

Clément Bœsch git at videolan.org
Thu Apr 11 20:56:42 CEST 2013


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Thu Apr 11 20:52:41 2013 +0200| [c36ab01cd2eca23d36b06af56f04e2be563d4748] | committer: Clément Bœsch

lavfi/ebur128: remove now unused av_opt_free call.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c36ab01cd2eca23d36b06af56f04e2be563d4748
---

 libavfilter/f_ebur128.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavfilter/f_ebur128.c b/libavfilter/f_ebur128.c
index 2ff92a3..ceed303 100644
--- a/libavfilter/f_ebur128.c
+++ b/libavfilter/f_ebur128.c
@@ -773,7 +773,6 @@ static av_cold void uninit(AVFilterContext *ctx)
     for (i = 0; i < ctx->nb_outputs; i++)
         av_freep(&ctx->output_pads[i].name);
     av_frame_free(&ebur128->outpicref);
-    av_opt_free(ebur128);
 }
 
 static const AVFilterPad ebur128_inputs[] = {



More information about the ffmpeg-cvslog mailing list