This commit is contained in:
deepch
2022-06-14 15:32:10 +03:00
parent b2320900f5
commit 417f833371
4 changed files with 29 additions and 5 deletions

View File

@@ -33,8 +33,9 @@ var ErrParsePMT = fmt.Errorf("invalid PMT")
var ErrParsePAT = fmt.Errorf("invalid PAT")
const (
ElementaryStreamTypeH264 = 0x1B
ElementaryStreamTypeAdtsAAC = 0x0F
ElementaryStreamTypeH264 = 0x1B
ElementaryStreamTypeAdtsAAC = 0x0F
ElementaryStreamTypeAlignmentDescriptor = 0x06
)
type PATEntry struct {