From 31def0c3ce47e72d201d0fdf1e75498694ea7fd7 Mon Sep 17 00:00:00 2001 From: Lynne Date: Tue, 8 Oct 2024 23:44:30 +0200 Subject: [PATCH] hwcontext_vulkan: remove redundant hostQueryReset setting Its set just a few lines earlier. --- libavutil/hwcontext_vulkan.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavutil/hwcontext_vulkan.c b/libavutil/hwcontext_vulkan.c index 278848fc1b..b448284f48 100644 --- a/libavutil/hwcontext_vulkan.c +++ b/libavutil/hwcontext_vulkan.c @@ -259,7 +259,6 @@ static void device_features_copy_needed(VulkanDeviceFeatures *dst, VulkanDeviceF COPY_VAL(vulkan_1_2.shaderSharedInt64Atomics); COPY_VAL(vulkan_1_2.vulkanMemoryModel); COPY_VAL(vulkan_1_2.vulkanMemoryModelDeviceScope); - COPY_VAL(vulkan_1_2.hostQueryReset); COPY_VAL(vulkan_1_3.dynamicRendering); COPY_VAL(vulkan_1_3.maintenance4);