This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
e2946e5c34
commit
1f97dfb77f
2 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavfilter/vf_blend.c
+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[] = {
Write
Preview
Loading…
Cancel
Save