aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-04-16 14:32:49 +0000
committerPaul B Mahol <onemda@gmail.com>2013-04-16 14:32:49 +0000
commit65efa1dbd935846996da1f4a3e45a9193d140417 (patch)
tree7cac3354e8dd6510edfbd345e71dd9151d92e19f
parent2d8a3cf4c168d528dfc41baa794d27d48ca4f273 (diff)
downloadffmpeg-65efa1dbd935846996da1f4a3e45a9193d140417.tar.gz
lavfi/interlace: remove now unused av_opt_free() call
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rwxr-xr-xlibavfilter/vf_interlace.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/vf_interlace.c b/libavfilter/vf_interlace.c
index e42684ff7a..3e787ab66f 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)