stream/mts{,psi}: fix comments

This commit is contained in:
Dan Kortschak 2019-01-11 22:29:48 +10:30
parent 9d70949e2e
commit 65e2ab3f6a
2 changed files with 5 additions and 4 deletions

View File

@ -59,7 +59,7 @@ var (
},
}
// standardPmt is a minimal PMT without descriptors for time and location.
// standardPmt is a minimal PMT, without descriptors for time and location.
standardPmt = psi.PSI{
Pf: 0x00,
Tid: 0x02,
@ -83,8 +83,8 @@ var (
},
}
// standardPmtTimeLocation is a minimal pmt with descriptors for time and location,
// time and location fields are zeroed out.
// standardPmtTimeLocation is a standard PMT with time and location
// descriptors, but time and location fields zeroed out.
standardPmtTimeLocation = psi.PSI{
Pf: 0x00,
Tid: 0x02,

View File

@ -77,7 +77,8 @@ var (
},
}
// standardPmtTimeLocation is a minimal PMT with time and location descriptors.
// standardPmtTimeLocation is a standard PMT with time and location
// descriptors, but time and location fields zeroed out.
standardPmtTimeLocation = PSI{
Pf: 0x00,
Tid: 0x02,