From ac0384127c88c45b33df6cb135cdd74d9cda7f8a Mon Sep 17 00:00:00 2001 From: Saxon Date: Thu, 4 Jul 2019 14:37:10 +0930 Subject: [PATCH] container/mts/payload.go: removed TODO that's been resolved --- container/mts/payload.go | 2 -- 1 file changed, 2 deletions(-) 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.