mirror of https://bitbucket.org/ausocean/av.git
container/mts/encoder.go: fixed comment for pmtTable initialisation
This commit is contained in:
parent
fbcd163864
commit
85984555a3
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue