1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

hwcontext_vulkan: don't add the optional VK_KHR_surface extension by default

Both API and CLI users can enable any extension they'd like using the options.
This commit is contained in:
Lynne
2020-05-12 20:40:29 +01:00
parent 251e4ad0ad
commit 4b7e13931f

View File

@@ -194,7 +194,7 @@ typedef struct VulkanOptExtension {
} VulkanOptExtension; } VulkanOptExtension;
static const VulkanOptExtension optional_instance_exts[] = { static const VulkanOptExtension optional_instance_exts[] = {
{ VK_KHR_SURFACE_EXTENSION_NAME, EXT_NO_FLAG }, /* For future use */
}; };
static const VulkanOptExtension optional_device_exts[] = { static const VulkanOptExtension optional_device_exts[] = {