X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_overlay_vulkan.c;h=8dd3bd2092734f1a919548bce17bcff7697339c6;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=60ca85fd08527b4363ab2c25d9801773861dd98c;hpb=83fa39eb06d0d720422e8a5408d15ba472a82ea6;p=ffmpeg diff --git a/libavfilter/vf_overlay_vulkan.c b/libavfilter/vf_overlay_vulkan.c index 60ca85fd085..8dd3bd20927 100644 --- a/libavfilter/vf_overlay_vulkan.c +++ b/libavfilter/vf_overlay_vulkan.c @@ -475,7 +475,7 @@ static const AVFilterPad overlay_vulkan_outputs[] = { { NULL } }; -AVFilter ff_vf_overlay_vulkan = { +const AVFilter ff_vf_overlay_vulkan = { .name = "overlay_vulkan", .description = NULL_IF_CONFIG_SMALL("Overlay a source on top of another"), .priv_size = sizeof(OverlayVulkanContext),