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:
authorClément Bœsch <ubitux@gmail.com>2013-04-11 22:52:41 +0400
committerClément Bœsch <ubitux@gmail.com>2013-04-11 22:52:41 +0400
commitc36ab01cd2eca23d36b06af56f04e2be563d4748 (patch)
tree5f95230f5743559bc4ce7d0c4815ef3b8f5a3873 /libavfilter/f_ebur128.c
parent4f43e9b4af507808ca19bc2eff4c59f74e03d7e4 (diff)
lavfi/ebur128: remove now unused av_opt_free call.
Diffstat (limited to 'libavfilter/f_ebur128.c')
-rw-r--r--libavfilter/f_ebur128.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/f_ebur128.c b/libavfilter/f_ebur128.c
index 2ff92a33c8..ceed303c5c 100644
--- a/libavfilter/f_ebur128.c
+++ b/libavfilter/f_ebur128.c
@@ -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[] = {