Skip to content

{anv,radv}/video: use correct enum value for max level IDC

Chris Spencer requested to merge spencercw/mesa:max-level-idc into main

What does this MR do and why?

51 is not a valid value for StdVideoH264LevelIdc and StdVideoH265LevelIdc; use the actual enum values instead. The anv h265 code already uses the enum.

Merge request reports