This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit b7d2469e4c34785d6823fdec789269f8b69e4b63 Author: Lynne <[email protected]> AuthorDate: Thu Dec 25 00:18:13 2025 +0100 Commit: Lynne <[email protected]> CommitDate: Wed Dec 31 15:00:46 2025 +0100 vulkan_functions: add vkCmdDispatchBase Its useful for multi-stage operations. --- libavutil/vulkan_functions.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavutil/vulkan_functions.h b/libavutil/vulkan_functions.h index ebd547c842..7061052566 100644 --- a/libavutil/vulkan_functions.h +++ b/libavutil/vulkan_functions.h @@ -116,6 +116,7 @@ typedef uint64_t FFVulkanExtensions; MACRO(1, 1, FF_VK_EXT_NO_FLAG, EndCommandBuffer) \ MACRO(1, 1, FF_VK_EXT_NO_FLAG, FreeCommandBuffers) \ MACRO(1, 1, FF_VK_EXT_NO_FLAG, CmdDispatch) \ + MACRO(1, 1, FF_VK_EXT_NO_FLAG, CmdDispatchBase) \ \ /* Queue */ \ MACRO(1, 1, FF_VK_EXT_NO_FLAG, GetDeviceQueue) \ _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
