]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_scale_npp.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_scale_npp.c
index 502ecfda94609b1352757b01e133ba916502c882..8d2ad3aab70c94f935891b5248bfa1117665eb3e 100644 (file)
@@ -591,7 +591,7 @@ static const AVFilterPad nppscale_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_scale_npp = {
+const AVFilter ff_vf_scale_npp = {
     .name      = "scale_npp",
     .description = NULL_IF_CONFIG_SMALL("NVIDIA Performance Primitives video "
                                         "scaling and format conversion"),