[FFmpeg-cvslog] vulkan: use _KHR suffix for push descriptor properties struct ID

Lynne git at videolan.org
Wed Apr 23 02:46:54 EEST 2025


ffmpeg | branch: master | Lynne <dev at lynne.ee> | Wed Apr 23 01:44:59 2025 +0200| [37bd91504250d21003a0397c2d1587a0d94bf0b8] | committer: Lynne

vulkan: use _KHR suffix for push descriptor properties struct ID

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=37bd91504250d21003a0397c2d1587a0d94bf0b8
---

 libavutil/vulkan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/vulkan.c b/libavutil/vulkan.c
index 9862a20f91..55e3bbfd8e 100644
--- a/libavutil/vulkan.c
+++ b/libavutil/vulkan.c
@@ -153,7 +153,7 @@ int ff_vk_load_props(FFVulkanContext *s)
                      VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES);
 
     FF_VK_STRUCT_EXT(s, &s->props, &s->push_desc_props, FF_VK_EXT_PUSH_DESCRIPTOR,
-                     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PUSH_DESCRIPTOR_PROPERTIES);
+                     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PUSH_DESCRIPTOR_PROPERTIES_KHR);
     FF_VK_STRUCT_EXT(s, &s->props, &s->hprops, FF_VK_EXT_EXTERNAL_HOST_MEMORY,
                      VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_MEMORY_HOST_PROPERTIES_EXT);
     FF_VK_STRUCT_EXT(s, &s->props, &s->coop_matrix_props, FF_VK_EXT_COOP_MATRIX,



More information about the ffmpeg-cvslog mailing list