1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

avutil/hwcontext_vulkan: use the typedef'd name for the expect_assume struct

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2025-04-15 16:52:51 -03:00
parent f29475a89e
commit 0e59675698

View File

@ -81,7 +81,7 @@ typedef struct VulkanDeviceFeatures {
VkPhysicalDeviceTimelineSemaphoreFeatures timeline_semaphore; VkPhysicalDeviceTimelineSemaphoreFeatures timeline_semaphore;
#ifdef VK_KHR_shader_expect_assume #ifdef VK_KHR_shader_expect_assume
VkPhysicalDeviceShaderExpectAssumeFeatures expect_assume; VkPhysicalDeviceShaderExpectAssumeFeaturesKHR expect_assume;
#endif #endif
VkPhysicalDeviceVideoMaintenance1FeaturesKHR video_maintenance_1; VkPhysicalDeviceVideoMaintenance1FeaturesKHR video_maintenance_1;