]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_fspp.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_fspp.c
index d70952a142c00869b39f274e2743118388488c5b..d14c05cb5eb9e82713cdc63a4e31c08a3ccfd466 100644 (file)
@@ -668,7 +668,7 @@ static const AVFilterPad fspp_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_fspp = {
+const AVFilter ff_vf_fspp = {
     .name            = "fspp",
     .description     = NULL_IF_CONFIG_SMALL("Apply Fast Simple Post-processing filter."),
     .priv_size       = sizeof(FSPPContext),