Browse Source

lavfi/blend,noise: remove unedeed av_opt_free() call

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n2.0
Paul B Mahol 12 years ago
parent
commit
1f97dfb77f
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      libavfilter/vf_blend.c
  2. +0
    -1
      libavfilter/vf_noise.c

+ 0
- 1
libavfilter/vf_blend.c View File

@@ -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);



+ 0
- 1
libavfilter/vf_noise.c View File

@@ -322,7 +322,6 @@ static av_cold void uninit(AVFilterContext *ctx)

for (i = 0; i < 4; i++)
av_freep(&n->param[i].noise);
av_opt_free(n);
}

static const AVFilterPad noise_inputs[] = {


Loading…
Cancel
Save