mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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:
parent
661db605db
commit
b41ea8c6c3
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user