]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_hwmap.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_hwmap.c
index a89f69cbeccf3c062f600e80f8c31ad6ae5dcab2..d829b47b4482a2503d73a6afc6642cc45bda93c5 100644 (file)
@@ -419,7 +419,7 @@ static const AVFilterPad hwmap_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_hwmap = {
+const AVFilter ff_vf_hwmap = {
     .name           = "hwmap",
     .description    = NULL_IF_CONFIG_SMALL("Map hardware frames"),
     .uninit         = hwmap_uninit,