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

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new d3e915d6d1 vf_xfade_vulkan: remove unused includes
d3e915d6d1 is described below

commit d3e915d6d1e47cbe072e8c1f7c319fff41f05337
Author:     Lynne <[email protected]>
AuthorDate: Tue Apr 21 09:39:32 2026 +0200
Commit:     Lynne <[email protected]>
CommitDate: Tue Apr 21 09:39:54 2026 +0200

    vf_xfade_vulkan: remove unused includes
---
 libavfilter/vf_xfade_vulkan.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libavfilter/vf_xfade_vulkan.c b/libavfilter/vf_xfade_vulkan.c
index 1a3beacb92..8dcf0bef5c 100644
--- a/libavfilter/vf_xfade_vulkan.c
+++ b/libavfilter/vf_xfade_vulkan.c
@@ -17,9 +17,8 @@
  */
 
 #include "libavutil/avassert.h"
-#include "libavutil/random_seed.h"
 #include "libavutil/opt.h"
-#include "libavutil/vulkan_spirv.h"
+
 #include "vulkan_filter.h"
 #include "filters.h"
 #include "video.h"

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

Reply via email to