ffv1enc_vulkan: fix empty struct build error on msvc

Signed-off-by: Koushik Dutta <koushd@gmail.com>
This commit is contained in:
Koushik Dutta via ffmpeg-devel
2025-09-29 11:44:49 -07:00
committed by Lynne
parent bc561013c9
commit fd136a4d82

View File

@@ -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) {