container/mts/payload.go: corrected comment for TimeToPTSRange

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

View File

@ -155,7 +155,7 @@ var (
errPTSRange = errors.New("PTS interval invalid")
)
// TrimToPTSRange returns the sub Clip in PTS range defined by from and to.
// TrimToPTSRange returns the sub Clip in a PTS range defined by from and to.
// The first Frame in the new Clip will be the Frame for which from corresponds
// exactly with Frame.PTS, or the Frame in which from lies within. The final
// Frame in the Clip will be the previous of that for which to coincides with,