X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_hwmap.c;h=d829b47b4482a2503d73a6afc6642cc45bda93c5;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=a89f69cbeccf3c062f600e80f8c31ad6ae5dcab2;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_hwmap.c b/libavfilter/vf_hwmap.c index a89f69cbecc..d829b47b448 100644 --- a/libavfilter/vf_hwmap.c +++ b/libavfilter/vf_hwmap.c @@ -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,