diff --git a/.pick_status.json b/.pick_status.json index 07240310af9..a819b9b6a33 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1624,7 +1624,7 @@ "description": "radv/video: fix physical device format property count.", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "db62c38091a3b244b1d720a6aa47bf1d1855db55" }, diff --git a/src/amd/vulkan/radv_video.c b/src/amd/vulkan/radv_video.c index 93b4049e9ea..9d7018b0230 100644 --- a/src/amd/vulkan/radv_video.c +++ b/src/amd/vulkan/radv_video.c @@ -399,7 +399,7 @@ radv_GetPhysicalDeviceVideoFormatPropertiesKHR(VkPhysicalDevice physicalDevice, (VK_IMAGE_USAGE_VIDEO_DECODE_DPB_BIT_KHR | VK_IMAGE_USAGE_VIDEO_DECODE_DST_BIT_KHR)) return VK_ERROR_FORMAT_NOT_SUPPORTED; - *pVideoFormatPropertyCount = 1; + *pVideoFormatPropertyCount = 0; bool need_10bit = false; const struct VkVideoProfileListInfoKHR *prof_list = (struct VkVideoProfileListInfoKHR *)