container/mts/payload.go: corrected comment for errors used in TrimToPTSRange

This commit is contained in:
Saxon 2019-07-04 14:39:07 +09:30
parent 0f92f7d727
commit 081fb49d54
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ func (c *Clip) Bytes() []byte {
return c.backing return c.backing
} }
// Errors used in BytesForPTSInterval. // Errors used in TrimToPTSRange.
var ( var (
errPTSLowerBound = errors.New("PTS 'from' cannot be found") errPTSLowerBound = errors.New("PTS 'from' cannot be found")
errPTSUpperBound = errors.New("PTS 'to' cannot be found") errPTSUpperBound = errors.New("PTS 'to' cannot be found")