diff --git a/container/mts/payload.go b/container/mts/payload.go index 87502f30..e26d33f6 100644 --- a/container/mts/payload.go +++ b/container/mts/payload.go @@ -83,7 +83,6 @@ func Extract(p []byte) (*Clip, error) { // If PUSI is true then we know it's the start of a new frame, and we have // a PES header in the MTS payload. - if pkt.PayloadUnitStartIndicator() { _pes, err := pes.NewPESHeader(payload) if err != nil {