Fix typo in version check for new Vulkan queue API

This commit is contained in:
Cameron Gutman 2024-10-02 00:37:22 -05:00
parent 6ce02616f0
commit 3531fe0a4f

View File

@ -582,7 +582,7 @@ bool PlVkRenderer::populateQueues(int videoFormat)
fn_vkGetPhysicalDeviceQueueFamilyProperties2(m_Vulkan->phys_device, &queueFamilyCount, queueFamilies.data());
#if LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(58, 34, 100)
#if LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(59, 34, 100)
Q_UNUSED(videoFormat);
for (uint32_t i = 0; i < queueFamilyCount; i++) {