X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Ff_graphmonitor.c;h=ba17f1f63861e262150a647c852b164078a6d6b7;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=74779965d9a88b94b95dd81f0cd7ad5b4f7987c7;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/f_graphmonitor.c b/libavfilter/f_graphmonitor.c index 74779965d9a..ba17f1f6386 100644 --- a/libavfilter/f_graphmonitor.c +++ b/libavfilter/f_graphmonitor.c @@ -393,7 +393,7 @@ static const AVFilterPad graphmonitor_outputs[] = { { NULL } }; -AVFilter ff_vf_graphmonitor = { +const AVFilter ff_vf_graphmonitor = { .name = "graphmonitor", .description = NULL_IF_CONFIG_SMALL("Show various filtergraph stats."), .priv_size = sizeof(GraphMonitorContext), @@ -428,7 +428,7 @@ static const AVFilterPad agraphmonitor_outputs[] = { { NULL } }; -AVFilter ff_avf_agraphmonitor = { +const AVFilter ff_avf_agraphmonitor = { .name = "agraphmonitor", .description = NULL_IF_CONFIG_SMALL("Show various filtergraph stats."), .priv_size = sizeof(GraphMonitorContext),