diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 20:52:41 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 20:52:41 +0200 |
commit | c36ab01cd2eca23d36b06af56f04e2be563d4748 (patch) | |
tree | 5f95230f5743559bc4ce7d0c4815ef3b8f5a3873 | |
parent | 4f43e9b4af507808ca19bc2eff4c59f74e03d7e4 (diff) | |
download | ffmpeg-c36ab01cd2eca23d36b06af56f04e2be563d4748.tar.gz |
lavfi/ebur128: remove now unused av_opt_free call.
-rw-r--r-- | libavfilter/f_ebur128.c | 1 |
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[] = { |