[FFmpeg-cvslog] lavfi/interlace: remove now unused av_opt_free() call
Paul B Mahol
git at videolan.org
Tue Apr 16 16:35:00 CEST 2013
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue Apr 16 14:32:49 2013 +0000| [65efa1dbd935846996da1f4a3e45a9193d140417] | committer: Paul B Mahol
lavfi/interlace: remove now unused av_opt_free() call
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=65efa1dbd935846996da1f4a3e45a9193d140417
---
libavfilter/vf_interlace.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavfilter/vf_interlace.c b/libavfilter/vf_interlace.c
index e42684f..3e787ab 100755
--- a/libavfilter/vf_interlace.c
+++ b/libavfilter/vf_interlace.c
@@ -95,8 +95,6 @@ static av_cold void uninit(AVFilterContext *ctx)
av_frame_free(&s->cur);
av_frame_free(&s->next);
-
- av_opt_free(s);
}
static int config_out_props(AVFilterLink *outlink)
More information about the ffmpeg-cvslog
mailing list