Use backticks not vertical bars to denote variables in comments
Bug: webrtc:12338 Change-Id: I89c8b3a328d04203177522cbdfd9e606fd4bce4c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/228246 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34696}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
603e6e3ffc
commit
cfea2182f8
@ -288,7 +288,7 @@ rtclog2::IceCandidatePairEvent::IceCandidatePairEventType ConvertToProtoFormat(
|
||||
}
|
||||
|
||||
// Copies all RTCP blocks except APP, SDES and unknown from `packet` to
|
||||
// `buffer`. `buffer` must have space for at least |packet.size()| bytes.
|
||||
// `buffer`. `buffer` must have space for at least `packet.size()` bytes.
|
||||
size_t RemoveNonAllowlistedRtcpBlocks(const rtc::Buffer& packet,
|
||||
uint8_t* buffer) {
|
||||
RTC_DCHECK(buffer != nullptr);
|
||||
|
||||
Reference in New Issue
Block a user