]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_hwupload.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_hwupload.c
index 7f2aa90af3dcc53c5ff462c346ff09d45804af0f..8263829a396d2a96a95f93a4d6771cc9da0200fc 100644 (file)
@@ -250,7 +250,7 @@ static const AVFilterPad hwupload_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_hwupload = {
+const AVFilter ff_vf_hwupload = {
     .name          = "hwupload",
     .description   = NULL_IF_CONFIG_SMALL("Upload a normal frame to a hardware frame"),
     .uninit        = hwupload_uninit,