mirror of https://bitbucket.org/ausocean/av.git
mts: got rid of blank line
This commit is contained in:
parent
f432950c28
commit
459b1895de
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue