]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/f_graphmonitor.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / f_graphmonitor.c
index 74779965d9a88b94b95dd81f0cd7ad5b4f7987c7..ba17f1f63861e262150a647c852b164078a6d6b7 100644 (file)
@@ -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),