From 9bb13a06491b5c76891ce196451bab9ed5b9be0d Mon Sep 17 00:00:00 2001 From: "System user; portage" Date: Tue, 4 Apr 2023 01:54:47 +0200 Subject: [PATCH] ffmpeg-4.3.3-vkcommandpool --- libavutil/hwcontext_vulkan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/hwcontext_vulkan.c b/libavutil/hwcontext_vulkan.c index 2e3faaa..806f233 100644 --- a/libavutil/hwcontext_vulkan.c +++ b/libavutil/hwcontext_vulkan.c @@ -862,7 +862,7 @@ static void free_exec_ctx(AVHWFramesContext *hwfc, VulkanExecCtx *cmd) av_freep(&cmd->queues); av_freep(&cmd->bufs); - cmd->pool = NULL; + cmd->pool = (VkCommandPool)0; } static VkCommandBuffer get_buf_exec_ctx(AVHWFramesContext *hwfc, VulkanExecCtx *cmd) -- 2.39.2