The branch, master has been updated
       via  a8e8daa276b24b6e3c58f83fef1fbb71910a8e3e (commit)
      from  c4b050fd6725561936115397575a4e1f9d9fd471 (commit)


- Log -----------------------------------------------------------------
commit a8e8daa276b24b6e3c58f83fef1fbb71910a8e3e
Author:     Lynne <[email protected]>
AuthorDate: Wed Dec 3 22:34:03 2025 +0100
Commit:     Lynne <[email protected]>
CommitDate: Wed Dec 3 22:34:32 2025 +0100

    hwcontext_vulkan: fix final error to let old header files work
    
    ........

diff --git a/libavutil/hwcontext_vulkan.c b/libavutil/hwcontext_vulkan.c
index 2fc66a0cea..a120e6185c 100644
--- a/libavutil/hwcontext_vulkan.c
+++ b/libavutil/hwcontext_vulkan.c
@@ -2586,7 +2586,7 @@ static int switch_layout_host(AVHWFramesContext *hwfc, 
FFVkExecPool *ectx,
 
     for (i = 0; i < nb_images; i++) {
         layout_change[i] = (VkHostImageLayoutTransitionInfoEXT) {
-            .sType = VK_STRUCTURE_TYPE_HOST_IMAGE_LAYOUT_TRANSITION_INFO,
+            .sType = VK_STRUCTURE_TYPE_HOST_IMAGE_LAYOUT_TRANSITION_INFO_EXT,
             .image = frame->img[i],
             .oldLayout = frame->layout[i],
             .newLayout = new_layout,

-----------------------------------------------------------------------

Summary of changes:
 libavutil/hwcontext_vulkan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to