radv/video: Fix AV1 quantization map maxQIndexDelta value
Fixes: ae6ea69c85 ("radv: Implement VK_KHR_video_encode_quantization_map")
Reviewed-by: Benjamin Cheng <benjamin.cheng@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38745>
This commit is contained in:
@@ -1166,7 +1166,7 @@ radv_GetPhysicalDeviceVideoCapabilitiesKHR(VkPhysicalDevice physicalDevice, cons
|
||||
|
||||
if (qp_map_caps) {
|
||||
qp_map_caps->minQIndexDelta = -255;
|
||||
qp_map_caps->minQIndexDelta = 255;
|
||||
qp_map_caps->maxQIndexDelta = 255;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user