On 30/09/2025 03:44, Koushik Dutta via ffmpeg-devel wrote:
Signed-off-by: Koushik Dutta <[email protected]> --- libavcodec/ffv1enc_vulkan.c | 1 + 1 file changed, 1 insertion(+)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) {
Thanks, pushed. _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
