mirror of https://bitbucket.org/ausocean/av.git
stream/mts{,psi}: fix comments
This commit is contained in:
parent
9d70949e2e
commit
65e2ab3f6a
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue