diff --git a/stream/mts/encoder.go b/stream/mts/encoder.go index 41dd94d2..27f80ee5 100644 --- a/stream/mts/encoder.go +++ b/stream/mts/encoder.go @@ -229,7 +229,6 @@ const ( // generate handles the incoming data and generates equivalent mpegts packets - // sending them to the output channel. func (e *Encoder) Encode(nalu []byte) error { - // Prepare PES data. pesPkt := pes.Packet{ StreamID: streamID,