From 684171c9f77e27d8b27e12572b82d66fdcf74c4d Mon Sep 17 00:00:00 2001 From: Lynne Date: Wed, 19 Feb 2025 13:28:35 +0000 Subject: [PATCH] overlay_vulkan: remove unused variable Forgotten to be removed after the recent port to imageLoad() --- libavfilter/vf_overlay_vulkan.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavfilter/vf_overlay_vulkan.c b/libavfilter/vf_overlay_vulkan.c index 3c6fb96014..1f9eed8e08 100644 --- a/libavfilter/vf_overlay_vulkan.c +++ b/libavfilter/vf_overlay_vulkan.c @@ -290,7 +290,6 @@ static void overlay_vulkan_uninit(AVFilterContext *avctx) { OverlayVulkanContext *s = avctx->priv; FFVulkanContext *vkctx = &s->vkctx; - FFVulkanFunctions *vk = &vkctx->vkfn; ff_vk_exec_pool_free(vkctx, &s->e); ff_vk_shader_free(vkctx, &s->shd);