ts dur ts audio never key

This commit is contained in:
deepch
2022-03-28 15:47:46 +03:00
parent 68ae487ae8
commit 4d9f00d63c
2 changed files with 17 additions and 4 deletions

View File

@@ -20,8 +20,8 @@ type Stream struct {
tsw *tsio.TSWriter
idx int
iskeyframe bool
pts, dts time.Duration
data []byte
datalen int
iskeyframe bool
pts, dts, pt time.Duration
data []byte
datalen int
}