mirror of https://bitbucket.org/ausocean/av.git
protocol/rtcp: added todo comment to jitter()
This commit is contained in:
parent
7fe5e74123
commit
9b3523607b
|
@ -257,6 +257,7 @@ func (c *Client) sequence() uint32 {
|
|||
|
||||
// jitter returns the interarrival jitter as described by RTCP specifications:
|
||||
// https://tools.ietf.org/html/rfc3550
|
||||
// TODO(saxon): complete this.
|
||||
func (c *Client) jitter() uint32 {
|
||||
return 0
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue