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/ebur128: remove now unused av_opt_free call.
tags/n2.0
Clément Bœsch
13 years ago
parent
4f43e9b4af
commit
c36ab01cd2
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavfilter/f_ebur128.c
+ 0
- 1
libavfilter/f_ebur128.c
View File
@@ -773,7 +773,6 @@ static av_cold void uninit(AVFilterContext *ctx)
for (i = 0; i < ctx->nb_outputs; i++)
av_freep(&ctx->output_pads[i].name);
av_frame_free(&ebur128->outpicref);
av_opt_free(ebur128);
}
static const AVFilterPad ebur128_inputs[] = {
Write
Preview
Loading…
Cancel
Save