From 630be2276afccbac78976d7c8a0f3662b72de248 Mon Sep 17 00:00:00 2001 From: Lynne Date: Thu, 10 Mar 2022 21:41:59 +0100 Subject: [PATCH 34/72] vulkan: fix comment statement about exec_queue blocking --- libavutil/vulkan.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libavutil/vulkan.h b/libavutil/vulkan.h index 7927b04454..a8aa9d8a8b 100644 --- a/libavutil/vulkan.h +++ b/libavutil/vulkan.h @@ -386,9 +386,7 @@ int ff_vk_add_exec_dep(FFVulkanContext *s, FFVkExecContext *e, AVFrame *frame, VkPipelineStageFlagBits in_wait_dst_flag); /** - * Submits a command buffer to the queue for execution. - * Will block until execution has finished in order to simplify resource - * management. + * Submits a command buffer to the queue for execution. Will not block. */ int ff_vk_submit_exec_queue(FFVulkanContext *s, FFVkExecContext *e); -- 2.39.2