X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavfilter%2Ff_bench.c;h=e7d7c5e299beaaeed098d8995e75bcdc4121b5cb;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=f9e1006925afa366c172bc1de04de84f2cd62317;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/f_bench.c b/libavfilter/f_bench.c index f9e1006925a..e7d7c5e299b 100644 --- a/libavfilter/f_bench.c +++ b/libavfilter/f_bench.c @@ -107,7 +107,7 @@ static const AVFilterPad bench_outputs[] = { { NULL } }; -AVFilter ff_vf_bench = { +const AVFilter ff_vf_bench = { .name = "bench", .description = NULL_IF_CONFIG_SMALL("Benchmark part of a filtergraph."), .priv_size = sizeof(BenchContext), @@ -139,7 +139,7 @@ static const AVFilterPad abench_outputs[] = { { NULL } }; -AVFilter ff_af_abench = { +const AVFilter ff_af_abench = { .name = "abench", .description = NULL_IF_CONFIG_SMALL("Benchmark part of a filtergraph."), .priv_size = sizeof(BenchContext),