From cda5a787d5f9b293378a6b02251439744001c8f3 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 24 Mar 2024 20:37:57 +0100 Subject: hwdec/vulkan: enable the stable AV1 extension As no drivers were ever released with the unstable extension, it's not needed anymore. Not bumping the required headers version yet. --- video/out/vulkan/context.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'video/out') diff --git a/video/out/vulkan/context.c b/video/out/vulkan/context.c index 966241743e..73afefd718 100644 --- a/video/out/vulkan/context.c +++ b/video/out/vulkan/context.c @@ -206,8 +206,7 @@ bool ra_vk_ctx_init(struct ra_ctx *ctx, struct mpvk_ctx *vk, VK_KHR_VIDEO_DECODE_H264_EXTENSION_NAME, VK_KHR_VIDEO_DECODE_H265_EXTENSION_NAME, VK_KHR_VIDEO_QUEUE_EXTENSION_NAME, - // This is a literal string as it's not in the official headers yet. - "VK_MESA_video_decode_av1", + "VK_KHR_video_decode_av1", /* VK_KHR_VIDEO_DECODE_AV1_EXTENSION_NAME */ }; VkPhysicalDeviceDescriptorBufferFeaturesEXT descriptor_buffer_feature = { -- cgit v1.2.3