Skip to content

vulkan/video: hevc: b-frames are not reference

What does this MR do and why?

This MR intends to generate the right type of NALs in the case of B-Frame and HEVC

vulkan/video: hevc: b-frames are not reference

b-frames cant be considered as reference, so the NAL type
should refer to non reference type either RASL or TRAIL.

Merge request reports