container/mts/payload.go: removed space after comment

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

View File

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