overlay_vulkan: remove unused variable

Forgotten to be removed after the recent port to imageLoad()
master
Lynne 1 week ago
parent b6bf568a44
commit 684171c9f7
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
  1. 1
      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);

Loading…
Cancel
Save