You've already forked FFmpeg
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:
@ -81,7 +81,7 @@ typedef struct VulkanDeviceFeatures {
|
||||
VkPhysicalDeviceTimelineSemaphoreFeatures timeline_semaphore;
|
||||
|
||||
#ifdef VK_KHR_shader_expect_assume
|
||||
VkPhysicalDeviceShaderExpectAssumeFeatures expect_assume;
|
||||
VkPhysicalDeviceShaderExpectAssumeFeaturesKHR expect_assume;
|
||||
#endif
|
||||
|
||||
VkPhysicalDeviceVideoMaintenance1FeaturesKHR video_maintenance_1;
|
||||
|
Reference in New Issue
Block a user