]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_pp7.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_pp7.c
index ade7feb0b22c84d292a5f164907248205874ea4c..c53a8716cb26fda20912fb6a6e3f868ca74f51b0 100644 (file)
@@ -402,7 +402,7 @@ static const AVFilterPad pp7_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_pp7 = {
+const AVFilter ff_vf_pp7 = {
     .name            = "pp7",
     .description     = NULL_IF_CONFIG_SMALL("Apply Postprocessing 7 filter."),
     .priv_size       = sizeof(PP7Context),