diff --git a/container/mts/payload.go b/container/mts/payload.go index af0a773c..87502f30 100644 --- a/container/mts/payload.go +++ b/container/mts/payload.go @@ -36,8 +36,6 @@ import ( "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 // by p, and returns as a Clip. The MPEG-TS must contain only complete packets. // The resultant data is a copy of the original.