overlay_vulkan: remove unused variable
Forgotten to be removed after the recent port to imageLoad()
This commit is contained in:
parent
b6bf568a44
commit
684171c9f7
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue