mirror of https://bitbucket.org/ausocean/av.git
rtp: corrected error in comment
This commit is contained in:
parent
cb762c04c6
commit
7f140baf22
|
@ -34,7 +34,7 @@ package rtp
|
|||
|
||||
const (
|
||||
rtpVer = 2
|
||||
headSize = 3 * 4 // Header suze of an rtp packet.
|
||||
headSize = 3 * 4 // Header size of an rtp packet.
|
||||
defPayloadSize = sendLen // Default payload size for the rtp packet.
|
||||
defPktSize = headSize + defPayloadSize // Default packet size is header size + payload size.
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue