mirror of https://bitbucket.org/ausocean/av.git
container/mts/payload.go: corrected comment for TimeToPTSRange
This commit is contained in:
parent
081fb49d54
commit
cf600d4aa8
|
@ -155,7 +155,7 @@ var (
|
||||||
errPTSRange = errors.New("PTS interval invalid")
|
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
|
// 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
|
// 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,
|
// Frame in the Clip will be the previous of that for which to coincides with,
|
||||||
|
|
Loading…
Reference in New Issue