mirror of https://bitbucket.org/ausocean/av.git
container/mts/payload.go: corrected comment for errors used in TrimToPTSRange
This commit is contained in:
parent
0f92f7d727
commit
081fb49d54
|
@ -148,7 +148,7 @@ func (c *Clip) Bytes() []byte {
|
|||
return c.backing
|
||||
}
|
||||
|
||||
// Errors used in BytesForPTSInterval.
|
||||
// Errors used in TrimToPTSRange.
|
||||
var (
|
||||
errPTSLowerBound = errors.New("PTS 'from' cannot be found")
|
||||
errPTSUpperBound = errors.New("PTS 'to' cannot be found")
|
||||
|
|
Loading…
Reference in New Issue