[FFmpeg-cvslog] overlay_vulkan: remove unused variable
Lynne
git at videolan.org
Fri Feb 21 04:20:03 EET 2025
ffmpeg | branch: master | Lynne <dev at lynne.ee> | Wed Feb 19 13:28:35 2025 +0000| [684171c9f77e27d8b27e12572b82d66fdcf74c4d] | committer: Lynne
overlay_vulkan: remove unused variable
Forgotten to be removed after the recent port to imageLoad()
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=684171c9f77e27d8b27e12572b82d66fdcf74c4d
---
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);
More information about the ffmpeg-cvslog
mailing list