From c76c4aafb9f7593822390bf905d16c0f347b8acf Mon Sep 17 00:00:00 2001 From: saxon Date: Wed, 9 Jan 2019 09:12:46 +1030 Subject: [PATCH] mts: fixed some commenting --- stream/mts/encoder.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/stream/mts/encoder.go b/stream/mts/encoder.go index 9e0bcc6f..29875588 100644 --- a/stream/mts/encoder.go +++ b/stream/mts/encoder.go @@ -39,7 +39,7 @@ import ( // Some common manifestations of PSI var ( - // PSI struct to represent basic PAT. + // PSI struct to represent a bare minimum PAT. standardPat = psi.PSI{ Pf: 0x00, Tid: 0x00, @@ -59,7 +59,7 @@ var ( }, } - // PSI struct to represent basic PMT without descriptors for time and location. + // PSI struct to represent a bare minimum PMT without descriptors for time and location. standardPmt = psi.PSI{ Pf: 0x00, Tid: 0x02, @@ -125,8 +125,7 @@ const ( psiSendCount = 7 ) -// TimeLocation can hold time and location data for the insertion into mpegts -// packets. +// timeLocation holds time and location data type timeLocation struct { sync.RWMutex time uint64