mirror of https://bitbucket.org/ausocean/av.git
container/mts/payload.go: removed TODO that's been resolved
This commit is contained in:
parent
30dd27596b
commit
ac0384127c
|
@ -36,8 +36,6 @@ import (
|
||||||
"github.com/Comcast/gots/pes"
|
"github.com/Comcast/gots/pes"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TODO(saxon): write function to get sub clips that posess a particular meta value.
|
|
||||||
|
|
||||||
// Extract extracts the media, PTS, stream ID and meta for an MPEG-TS clip given
|
// Extract extracts the media, PTS, stream ID and meta for an MPEG-TS clip given
|
||||||
// by p, and returns as a Clip. The MPEG-TS must contain only complete packets.
|
// by p, and returns as a Clip. The MPEG-TS must contain only complete packets.
|
||||||
// The resultant data is a copy of the original.
|
// The resultant data is a copy of the original.
|
||||||
|
|
Loading…
Reference in New Issue