Adds skip SEI frame

This commit is contained in:
Alexey Khit
2022-09-09 19:32:56 +03:00
parent b2eaf03914
commit 9f0153e2a8
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ import (
const (
NALUTypePFrame = 1
NALUTypeIFrame = 5
NALUTypeSEI = 6
NALUTypeSPS = 7
NALUTypePPS = 8
)