pub fn parse_h265_vps(sample: &[u8]) -> Option<H265VpsInfo>Expand description
Parse the HEVC VPS (NAL type 32). Minimum fields for Std VPS.
pub fn parse_h265_vps(sample: &[u8]) -> Option<H265VpsInfo>Parse the HEVC VPS (NAL type 32). Minimum fields for Std VPS.