ffmpeg | branch: master | Lynne <d...@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); _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".