Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
func
ParseH265NALUType(b byte) H265NALUType {
18
return
H265NALUType(b & 0x7E >> 1)
19
}
20
21
const
(
22
// HEVC_VPS = 0x40
Callers
1
WriteSliceBytes
Method · 0.92
Calls
1
H265NALUType
TypeAlias · 0.85
Tested by
no test coverage detected