mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
ffv1enc_vulkan: fix empty struct build error on msvc
Signed-off-by: Koushik Dutta <koushd@gmail.com>
This commit is contained in:
committed by
Lynne
parent
bc561013c9
commit
fd136a4d82
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user