Skip to content

vulkan/video: fix two H.265 header generation bugs

Colin Marc requested to merge colinmarc/mesa:video-headers-h265-sub-layers into main

The first is in the profile_tier_level structure, defined in section 7.3.3 of the H.265 spec:

image

And the second is in the VPS, defined in section F.7.3.2.1:

image

I verified both these fixes by generating a video stream and then consuming it with ffmpeg.

Merge request reports