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
@ -165,7 +165,7 @@ class RTPSender {
|
||||
return flexfec_ssrc_;
|
||||
}
|
||||
|
||||
// Sends packet to |transport_| or to the pacer, depending on configuration.
|
||||
// Sends packet to `transport_` or to the pacer, depending on configuration.
|
||||
// TODO(bugs.webrtc.org/XXX): Remove in favor of EnqueuePackets().
|
||||
bool SendToNetwork(std::unique_ptr<RtpPacketToSend> packet)
|
||||
RTC_LOCKS_EXCLUDED(send_mutex_);
|
||||
@ -201,7 +201,7 @@ class RTPSender {
|
||||
const absl::optional<uint32_t> rtx_ssrc_;
|
||||
const absl::optional<uint32_t> flexfec_ssrc_;
|
||||
// Limits GeneratePadding() outcome to <=
|
||||
// |max_padding_size_factor_| * |target_size_bytes|
|
||||
// `max_padding_size_factor_` * `target_size_bytes`
|
||||
const double max_padding_size_factor_;
|
||||
|
||||
RtpPacketHistory* const packet_history_;
|
||||
|
||||
Reference in New Issue
Block a user