mirror of https://bitbucket.org/ausocean/av.git
protocol/rtp: rtp packet payload comment update
This commit is contained in:
parent
efa0d38aad
commit
6dbbee81d2
|
@ -57,7 +57,7 @@ type Pkt struct {
|
||||||
SSRC uint32 // Synchronisation source identifier.
|
SSRC uint32 // Synchronisation source identifier.
|
||||||
CSRC [][4]byte // Contributing source identifier.
|
CSRC [][4]byte // Contributing source identifier.
|
||||||
Extension ExtensionHeader // Header extension.
|
Extension ExtensionHeader // Header extension.
|
||||||
Payload []byte // H264 Payload data.
|
Payload []byte // Payload data.
|
||||||
Padding []byte // No of bytes of padding.
|
Padding []byte // No of bytes of padding.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue