]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_spp.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_spp.c
index c548d86d722a8e88c6602d62dcfd92cbf2af89c6..d93c4a5606164ed06d345c83a3c7f151c5bfdfc0 100644 (file)
@@ -510,7 +510,7 @@ static const AVFilterPad spp_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_spp = {
+const AVFilter ff_vf_spp = {
     .name            = "spp",
     .description     = NULL_IF_CONFIG_SMALL("Apply a simple post processing filter."),
     .priv_size       = sizeof(SPPContext),