[FFmpeg-cvslog] hwcontext_vulkan: remove redundant hostQueryReset setting

Lynne git at videolan.org
Wed Oct 9 02:08:20 EEST 2024


ffmpeg | branch: master | Lynne <dev at lynne.ee> | Tue Oct  8 23:44:30 2024 +0200| [31def0c3ce47e72d201d0fdf1e75498694ea7fd7] | committer: Lynne

hwcontext_vulkan: remove redundant hostQueryReset setting

Its set just a few lines earlier.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=31def0c3ce47e72d201d0fdf1e75498694ea7fd7
---

 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);



More information about the ffmpeg-cvslog mailing list