X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_chromaber_vulkan.c;h=2f5bf7bbb9d99f07995398233bb8234a859ce261;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=12dfebb1fefcdd5f34b45d23a9c76ee238c5e607;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_chromaber_vulkan.c b/libavfilter/vf_chromaber_vulkan.c index 12dfebb1fef..2f5bf7bbb9d 100644 --- a/libavfilter/vf_chromaber_vulkan.c +++ b/libavfilter/vf_chromaber_vulkan.c @@ -333,7 +333,7 @@ static const AVFilterPad chromaber_vulkan_outputs[] = { { NULL } }; -AVFilter ff_vf_chromaber_vulkan = { +const AVFilter ff_vf_chromaber_vulkan = { .name = "chromaber_vulkan", .description = NULL_IF_CONFIG_SMALL("Offset chroma of input video (chromatic aberration)"), .priv_size = sizeof(ChromaticAberrationVulkanContext),