container/mts/payload.go: removed TODO that's been resolved

This commit is contained in:
Saxon 2019-07-04 14:37:10 +09:30
parent 30dd27596b
commit ac0384127c
1 changed files with 0 additions and 2 deletions

View File

@ -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.