pub fn parse_h265_pps(sample: &[u8]) -> Option<H265PpsInfo>Expand description
Parse the HEVC PPS (NAL type 34). Subset needed for Std PPS.
pub fn parse_h265_pps(sample: &[u8]) -> Option<H265PpsInfo>Parse the HEVC PPS (NAL type 34). Subset needed for Std PPS.