MCPcopy Create free account
hub / github.com/Monibuca/engine / ParseH265NALUType

Function ParseH265NALUType

codec/h265.go:17–19  ·  view source on GitHub ↗
(b byte)

Source from the content-addressed store, hash-verified

15}
16
17func ParseH265NALUType(b byte) H265NALUType {
18 return H265NALUType(b & 0x7E >> 1)
19}
20
21const (
22 // HEVC_VPS = 0x40

Callers 1

WriteSliceBytesMethod · 0.92

Calls 1

H265NALUTypeTypeAlias · 0.85

Tested by

no test coverage detected