You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +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:
@@ -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[] = {
|
||||||
|
Reference in New Issue
Block a user