mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 02:12:28 +00: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,
|
.count = hwctx->nb_tx_queues,
|
||||||
},
|
},
|
||||||
/* This is the highest version created by hwcontext_vulkan.c */
|
/* 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 {
|
} else {
|
||||||
s->vulkan = pl_vulkan_create(s->log, pl_vulkan_params(
|
s->vulkan = pl_vulkan_create(s->log, pl_vulkan_params(
|
||||||
|
Loading…
Reference in New Issue
Block a user