Skip to content

va: H265: Add odd bit depth and chroma depth in get_rtformat.

He Junyan requested to merge He_Junyan/gst-plugins-bad:HEVC_chroma_bits into master

In H265, the stream may have odd bit depth such as 9 or 11. And the bit depth of luma and chroma may differ. For example, the stream with luma depth of 8 and chroma depth of 9 should use the 10 bit rtformat as the decoded picture format.

Merge request reports