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
@ -54,7 +54,7 @@ RtpPacketHistory::StoredPacket::~StoredPacket() = default;
|
||||
void RtpPacketHistory::StoredPacket::IncrementTimesRetransmitted(
|
||||
PacketPrioritySet* priority_set) {
|
||||
// Check if this StoredPacket is in the priority set. If so, we need to remove
|
||||
// it before updating |times_retransmitted_| since that is used in sorting,
|
||||
// it before updating `times_retransmitted_` since that is used in sorting,
|
||||
// and then add it back.
|
||||
const bool in_priority_set = priority_set && priority_set->erase(this) > 0;
|
||||
++times_retransmitted_;
|
||||
|
||||
Reference in New Issue
Block a user