add filePos for writeMdat, remove Track unsed field
This commit is contained in:
parent
84e73c5011
commit
a405187d47
3
track.go
3
track.go
@ -39,10 +39,9 @@ type Track struct {
|
|||||||
chunkIndex int
|
chunkIndex int
|
||||||
sampleIndexInChunk int
|
sampleIndexInChunk int
|
||||||
|
|
||||||
sampleToChunkEntry *atom.SampleToChunkEntry
|
|
||||||
sttsEntry *atom.TimeToSampleEntry
|
sttsEntry *atom.TimeToSampleEntry
|
||||||
cttsEntry *atom.CompositionOffsetEntry
|
cttsEntry *atom.CompositionOffsetEntry
|
||||||
writeMdat func ([]byte) error
|
writeMdat func ([]byte) (int64,error)
|
||||||
lastDts int64
|
lastDts int64
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user