mts: got rid of blank line

This commit is contained in:
saxon 2019-01-09 09:16:57 +10:30
parent f432950c28
commit 459b1895de
1 changed files with 0 additions and 1 deletions

View File

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