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

Git pushed a commit to branch master
in repository ffmpeg.

commit 67d5e7e86ab807e2ef1b188917f3f0278a5a4466
Author:     Lynne <[email protected]>
AuthorDate: Tue Feb 3 08:59:03 2026 +0100
Commit:     Lynne <[email protected]>
CommitDate: Thu Feb 19 19:42:26 2026 +0100

    vulkan_prores_raw: fix a single statement's indentation
    
    Annoying.
---
 libavcodec/vulkan_prores_raw.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/vulkan_prores_raw.c b/libavcodec/vulkan_prores_raw.c
index 22d70bcb3f..c62c631b33 100644
--- a/libavcodec/vulkan_prores_raw.c
+++ b/libavcodec/vulkan_prores_raw.c
@@ -306,8 +306,8 @@ static int init_decode_shader(AVCodecContext *avctx, 
FFVulkanContext *s,
 
     ff_vk_shader_add_push_const(shd, 0, sizeof(DecodePushData) - 64,
                                 VK_SHADER_STAGE_COMPUTE_BIT);
-   ff_vk_shader_load(shd, VK_SHADER_STAGE_COMPUTE_BIT, NULL,
-                     (uint32_t []) { 1, 4, 1 }, 0);
+    ff_vk_shader_load(shd, VK_SHADER_STAGE_COMPUTE_BIT, NULL,
+                      (uint32_t []) { 1, 4, 1 }, 0);
 
     add_desc(avctx, s, shd);
 

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

Reply via email to