This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit 41f748d2ee4e36ae31761b751b7ae5f17de89b82
Author:     Lynne <[email protected]>
AuthorDate: Mon Mar 2 12:19:01 2026 +0100
Commit:     Lynne <[email protected]>
CommitDate: Tue Mar 24 15:21:09 2026 +0100

    swscale/vulkan: add precise qualifier to f32
    
    Sponsored-by: Sovereign Tech Fund
---
 libswscale/vulkan/ops.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswscale/vulkan/ops.c b/libswscale/vulkan/ops.c
index 3392414af6..1b80d03047 100644
--- a/libswscale/vulkan/ops.c
+++ b/libswscale/vulkan/ops.c
@@ -218,7 +218,7 @@ static int add_ops_glsl(VulkanPriv *p, FFVulkanOpsCtx *s,
     GLSLC(1,     u8vec4 u8;                                                   
);
     GLSLC(1,     u16vec4 u16;                                                 
);
     GLSLC(1,     u32vec4 u32;                                                 
);
-    GLSLC(1,     f32vec4 f32;                                                 
);
+    GLSLC(1,     precise f32vec4 f32;                                         
);
     GLSLC(0,                                                                  
);
 
     const char *type_name = ff_sws_pixel_type_name(ops->ops[0].type);

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

Reply via email to