1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

overlay_vulkan: remove unused variable

Forgotten to be removed after the recent port to imageLoad()
This commit is contained in:
Lynne
2025-02-19 13:28:35 +00:00
parent b6bf568a44
commit 684171c9f7

View File

@@ -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);