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.
This commit is contained in:
Lynne 2024-03-24 20:37:57 +01:00 committed by Philip Langdale
parent 77e1cfb85f
commit cda5a787d5
1 changed files with 1 additions and 2 deletions

View File

@ -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 = {