From 85984555a3eeb897b009a2ef8ce2eeb321d6a4c7 Mon Sep 17 00:00:00 2001 From: Saxon Date: Tue, 21 May 2019 17:09:47 +0930 Subject: [PATCH] container/mts/encoder.go: fixed comment for pmtTable initialisation --- container/mts/encoder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/mts/encoder.go b/container/mts/encoder.go index 1092b659..a5594581 100644 --- a/container/mts/encoder.go +++ b/container/mts/encoder.go @@ -144,7 +144,7 @@ func NewEncoder(dst io.WriteCloser, rate float64, mediaType int) *Encoder { 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{ Pf: 0x00, Tid: 0x02,