Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-04-08 12:53:34 +0400
committerPaul B Mahol <onemda@gmail.com>2013-04-08 13:02:03 +0400
commit1f97dfb77f27e8eb11b419eedf27016237401f90 (patch)
tree5deac44f044073a581a4693f0f3f65c60e04f77a /libavfilter/vf_blend.c
parente2946e5c3482ab78913bfa5527a6fa9ea4e70bb4 (diff)
lavfi/blend,noise: remove unedeed av_opt_free() call
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_blend.c')
-rw-r--r--libavfilter/vf_blend.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_blend.c b/libavfilter/vf_blend.c
index 782bf4bf8f..434b470561 100644
--- a/libavfilter/vf_blend.c
+++ b/libavfilter/vf_blend.c
@@ -338,7 +338,6 @@ static av_cold void uninit(AVFilterContext *ctx)
BlendContext *b = ctx->priv;
int i;
- av_opt_free(b);
ff_bufqueue_discard_all(&b->queue_top);
ff_bufqueue_discard_all(&b->queue_bottom);