[ffmpeg] branch master updated. fd136a4d82 ffv1enc_vulkan: fix empty struct build error on msvc
The branch, master has been updated via fd136a4d826d9eb2509dbb8d2869575ff8e74434 (commit) from bc561013c9a809a90c0d1b84413814ba612f7c44 (commit) - Log ----------------------------------------------------------------- commit fd136a4d826d9eb2509dbb8d2869575ff8e74434 Author: Koushik Dutta via ffmpeg-devel <ffmpeg-devel@ffmpeg.org> AuthorDate: Mon Sep 29 11:44:49 2025 -0700 Commit: Lynne <dev@lynne.ee> CommitDate: Tue Sep 30 19:36:56 2025 +0900 ffv1enc_vulkan: fix empty struct build error on msvc Signed-off-by: Koushik Dutta <koushd@gmail.com> diff --git a/libavcodec/ffv1enc_vulkan.c b/libavcodec/ffv1enc_vulkan.c index 259bc75d4c..a54180a98b 100644 --- a/libavcodec/ffv1enc_vulkan.c +++ b/libavcodec/ffv1enc_vulkan.c @@ -1367,6 +1367,7 @@ static int init_encode_shader(AVCodecContext *avctx, FFVkSPIRVCompiler *spv) .buf_content = "uint64_t slice_results[2048];", }, { /* place holder for desc_set[3] */ + .name = "placeholder", }, }; if (fv->is_rgb) { ----------------------------------------------------------------------- Summary of changes: libavcodec/ffv1enc_vulkan.c | 1 + 1 file changed, 1 insertion(+) hooks/post-receive --
participants (1)
-
ffmpeg-git@ffmpeg.org