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

Git pushed a commit to branch master
in repository ffmpeg.

commit 1a4250e9249682bae2c1e888f9d751a5f34ee9c0
Author:     Lynne <[email protected]>
AuthorDate: Sun Jul 12 14:10:15 2026 +0900
Commit:     Lynne <[email protected]>
CommitDate: Mon Jul 13 18:57:37 2026 +0900

    avcodec: remove unneeded vulkan_spirv.h includes
    
    Leftover crud from before the rewrite to compile-time SPIR-V.
---
 libavcodec/apv_encode_vulkan.c       | 1 -
 libavcodec/proresenc_kostya_vulkan.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/libavcodec/apv_encode_vulkan.c b/libavcodec/apv_encode_vulkan.c
index 6c0e3bbfd1..c4a4e8732c 100644
--- a/libavcodec/apv_encode_vulkan.c
+++ b/libavcodec/apv_encode_vulkan.c
@@ -25,7 +25,6 @@
 #include "libavutil/opt.h"
 #include "libavutil/pixdesc.h"
 #include "libavutil/vulkan.h"
-#include "libavutil/vulkan_spirv.h"
 
 #include "avcodec.h"
 #include "codec_internal.h"
diff --git a/libavcodec/proresenc_kostya_vulkan.c 
b/libavcodec/proresenc_kostya_vulkan.c
index 11b11675b7..ab71394337 100644
--- a/libavcodec/proresenc_kostya_vulkan.c
+++ b/libavcodec/proresenc_kostya_vulkan.c
@@ -27,7 +27,6 @@
 #include "libavutil/mem_internal.h"
 #include "libavutil/opt.h"
 #include "libavutil/pixdesc.h"
-#include "libavutil/vulkan_spirv.h"
 #include "libavutil/hwcontext_vulkan.h"
 #include "libavutil/vulkan_loader.h"
 #include "libavutil/vulkan.h"

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

Reply via email to