Skip to content

Commit

Permalink
Merge pull request #239 from cuibuwei/master
Browse files Browse the repository at this point in the history
chore: fix function name in comment
  • Loading branch information
matthewgao authored Nov 6, 2024
2 parents 7cfb8f9 + c58ac0c commit 9db788a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/ts/muxer.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ type pesHeader struct {
data [tsPacketLen]byte
}

//pesPacket return pes packet
// packet return pes packet
func (header *pesHeader) packet(p *av.Packet, pts, dts int64) error {
//PES header
i := 0
Expand Down

0 comments on commit 9db788a

Please sign in to comment.