avfilter/vf_libplacebo: bump max vk version

For two reasons:
1. We now create a vulkan 1.3 device
2. libplacebo master currently requires a vulkan 1.3 device
This commit is contained in:
Niklas Haas 2023-04-24 13:22:23 +02:00 committed by Lynne
parent 661db605db
commit b41ea8c6c3
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464

View File

@ -603,7 +603,7 @@ static int init_vulkan(AVFilterContext *avctx, const AVVulkanDeviceContext *hwct
.count = hwctx->nb_tx_queues,
},
/* This is the highest version created by hwcontext_vulkan.c */
.max_api_version = VK_API_VERSION_1_2,
.max_api_version = VK_API_VERSION_1_3,
));
} else {
s->vulkan = pl_vulkan_create(s->log, pl_vulkan_params(