[FFmpeg-cvslog] af_apad: remove unneeded av_opt_free

Michael Niedermayer git at videolan.org
Tue Dec 18 19:46:33 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Dec 18 17:31:01 2012 +0100| [9700a7a1dd25651d5b79af8a05ef6f467ec07520] | committer: Michael Niedermayer

af_apad: remove unneeded av_opt_free

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavfilter/af_apad.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavfilter/af_apad.c b/libavfilter/af_apad.c
index 4bf2d81..18a0170 100644
--- a/libavfilter/af_apad.c
+++ b/libavfilter/af_apad.c
@@ -74,8 +74,6 @@ static av_cold int init(AVFilterContext *ctx, const char *args)
         return AVERROR(EINVAL);
     }
 
-    av_opt_free(apad);
-
     return 0;
 }
 



More information about the ffmpeg-cvslog mailing list