This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 2298978b4711da6338fabfe61448d0d0a0c58ad3 Author: Benjamin Cheng <[email protected]> AuthorDate: Tue Dec 30 12:01:19 2025 -0500 Commit: Benjamin Cheng <[email protected]> CommitDate: Tue Dec 30 14:39:19 2025 -0500 hwcontext_vulkan: Remove unnecessary validation filters With the latest changes, I can no longer get these to show up. --- libavutil/hwcontext_vulkan.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavutil/hwcontext_vulkan.c b/libavutil/hwcontext_vulkan.c index 182eabceb0..2011cdec79 100644 --- a/libavutil/hwcontext_vulkan.c +++ b/libavutil/hwcontext_vulkan.c @@ -733,8 +733,6 @@ static VkBool32 VKAPI_CALL vk_dbg_callback(VkDebugUtilsMessageSeverityFlagBitsEX switch (data->messageIdNumber) { case 0x086974c1: /* BestPractices-vkCreateCommandPool-command-buffer-reset */ case 0xfd92477a: /* BestPractices-vkAllocateMemory-small-allocation */ - case 0x618ab1e7: /* VUID-VkImageViewCreateInfo-usage-02275 */ - case 0x30f4ac70: /* VUID-VkImageCreateInfo-pNext-06811 */ return VK_FALSE; default: break; _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
