You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
vulkan: fix comment statement about exec_queue blocking
This commit is contained in:
@@ -390,9 +390,7 @@ int ff_vk_add_exec_dep(FFVulkanContext *s, FFVkExecContext *e, AVFrame *frame,
|
|||||||
VkPipelineStageFlagBits in_wait_dst_flag);
|
VkPipelineStageFlagBits in_wait_dst_flag);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Submits a command buffer to the queue for execution.
|
* Submits a command buffer to the queue for execution. Will not block.
|
||||||
* Will block until execution has finished in order to simplify resource
|
|
||||||
* management.
|
|
||||||
*/
|
*/
|
||||||
int ff_vk_submit_exec_queue(FFVulkanContext *s, FFVkExecContext *e);
|
int ff_vk_submit_exec_queue(FFVulkanContext *s, FFVkExecContext *e);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user