Use backticks not vertical bars to denote variables in comments for /modules/rtp_rtcp
Bug: webrtc:12338 Change-Id: I52eb3b6675c4705e22f51b70799ed6139a3b46bc Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/227164 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34686}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
7f9ab1aa1b
commit
913cfa76ec
@ -42,8 +42,8 @@ class LossNotification : public Psfb {
|
||||
// Set all of the values transmitted by the loss notification message.
|
||||
// If the values may not be represented by a loss notification message,
|
||||
// false is returned, and no change is made to the object; this happens
|
||||
// when |last_recieved| is ahead of |last_decoded| by more than 0x7fff.
|
||||
// This is because |last_recieved| is represented on the wire as a delta,
|
||||
// when `last_recieved` is ahead of `last_decoded` by more than 0x7fff.
|
||||
// This is because `last_recieved` is represented on the wire as a delta,
|
||||
// and only 15 bits are available for that delta.
|
||||
ABSL_MUST_USE_RESULT
|
||||
bool Set(uint16_t last_decoded,
|
||||
|
||||
Reference in New Issue
Block a user