mirror of
https://github.com/Monibuca/engine.git
synced 2025-11-03 02:43:32 +08:00
重构Track写入架构,增加sub配置项可配置指定track订阅的参数名
修复首次写入AbsTime的值
This commit is contained in:
@@ -14,6 +14,10 @@ func (H265NALUType) Parse(b byte) H265NALUType {
|
||||
return H265NALUType(b & 0x7E >> 1)
|
||||
}
|
||||
|
||||
func ParseH265NALUType(b byte) H265NALUType {
|
||||
return H265NALUType(b & 0x7E >> 1)
|
||||
}
|
||||
|
||||
const (
|
||||
// HEVC_VPS = 0x40
|
||||
// HEVC_SPS = 0x42
|
||||
|
||||
Reference in New Issue
Block a user