]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_pp.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_pp.c
index 19a0f9fc6e71b60ec2423aec2431272f1a34f667..5cd89932f8d4211a4c2e9d49122b050b7ee20a51 100644 (file)
@@ -191,7 +191,7 @@ static const AVFilterPad pp_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_pp = {
+const AVFilter ff_vf_pp = {
     .name            = "pp",
     .description     = NULL_IF_CONFIG_SMALL("Filter video using libpostproc."),
     .priv_size       = sizeof(PPFilterContext),