mirror of https://bitbucket.org/ausocean/av.git
container/mts/payload.go: removed space after comment
This commit is contained in:
parent
ac0384127c
commit
b66f11db19
|
@ -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
|
// 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.
|
// a PES header in the MTS payload.
|
||||||
|
|
||||||
if pkt.PayloadUnitStartIndicator() {
|
if pkt.PayloadUnitStartIndicator() {
|
||||||
_pes, err := pes.NewPESHeader(payload)
|
_pes, err := pes.NewPESHeader(payload)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue