diff --git a/src/vulkan/runtime/vk_video.c b/src/vulkan/runtime/vk_video.c index 679d1dbdc13..8cb57911190 100644 --- a/src/vulkan/runtime/vk_video.c +++ b/src/vulkan/runtime/vk_video.c @@ -1779,7 +1779,9 @@ vk_video_get_h265_nal_unit(const StdVideoEncodeH265PictureInfo *pic_info) return 0; } -static const uint8_t vk_video_h265_levels[] = {10, 20, 21, 30, 31, 40, 41, 50, 51, 52, 60, 61, 62}; +static const uint8_t vk_video_h265_levels[] = { + 30, 60, 63, 90, 93, 120, 123, 150, 153, 156, 180, 183, 186 +}; static uint8_t vk_video_get_h265_level(StdVideoH265LevelIdc level)