This commit is contained in:
deepch
2022-06-05 22:26:12 +03:00
parent 7d87dbe2dd
commit 898c5e5d57
2 changed files with 15 additions and 10 deletions

View File

@@ -17,9 +17,9 @@ type Stream struct {
streamId uint8
streamType uint8
tsw *tsio.TSWriter
idx int
tsw *tsio.TSWriter
idx int
fps uint
iskeyframe bool
pts, dts, pt time.Duration
data []byte