container/mts/encoder.go: fixed comment for pmtTable initialisation

This commit is contained in:
Saxon 2019-05-21 17:09:47 +09:30
parent fbcd163864
commit 85984555a3
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ func NewEncoder(dst io.WriteCloser, rate float64, mediaType int) *Encoder {
sid = H264ID sid = H264ID
} }
// standardPmt is a minimal PMT, without descriptors for time and location. // standardPmt is a minimal PMT, without descriptors for metadata.
pmtTable = (&psi.PSI{ pmtTable = (&psi.PSI{
Pf: 0x00, Pf: 0x00,
Tid: 0x02, Tid: 0x02,