]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_uspp.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_uspp.c
index ba07181e745e026ef00088d4110cd5723efa6c39..b70d48e515eca2b23d77cb63a1133049dac8f9b6 100644 (file)
@@ -493,7 +493,7 @@ static const AVFilterPad uspp_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_uspp = {
+const AVFilter ff_vf_uspp = {
     .name            = "uspp",
     .description     = NULL_IF_CONFIG_SMALL("Apply Ultra Simple / Slow Post-processing filter."),
     .priv_size       = sizeof(USPPContext),