X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_histogram.c;h=0862b2ae2a9d2b2b068c4fc65967a94c86658730;hb=3a3e8c35b63a40c4d59161097dc8652c15d13779;hp=ed6892bc8ba6a2cd945d3abb8ca32876df6d563c;hpb=85195f6ae99931212ed89ebb59ce62d2b40d397b;p=ffmpeg diff --git a/libavfilter/vf_histogram.c b/libavfilter/vf_histogram.c index ed6892bc8ba..0862b2ae2a9 100644 --- a/libavfilter/vf_histogram.c +++ b/libavfilter/vf_histogram.c @@ -503,7 +503,7 @@ static const AVFilterPad outputs[] = { #if CONFIG_HISTOGRAM_FILTER -AVFilter ff_vf_histogram = { +const AVFilter ff_vf_histogram = { .name = "histogram", .description = NULL_IF_CONFIG_SMALL("Compute and draw a histogram."), .priv_size = sizeof(HistogramContext), @@ -545,7 +545,7 @@ static const AVOption thistogram_options[] = { AVFILTER_DEFINE_CLASS(thistogram); -AVFilter ff_vf_thistogram = { +const AVFilter ff_vf_thistogram = { .name = "thistogram", .description = NULL_IF_CONFIG_SMALL("Compute and draw a temporal histogram."), .priv_size = sizeof(HistogramContext),