Use backticks not vertical bars to denote variables in comments for /modules/congestion_controller
Bug: webrtc:12338 Change-Id: Id46786886f13266177dd7fa8f1fb30c097df1373 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/227094 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34622}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
d00ce747c7
commit
6f4b4fa18b
@ -60,7 +60,7 @@ class ReceiveSideCongestionController : public CallStatsObserver,
|
||||
void OnBitrateChanged(int bitrate_bps);
|
||||
|
||||
// Ensures the remote party is notified of the receive bitrate no larger than
|
||||
// |bitrate| using RTCP REMB.
|
||||
// `bitrate` using RTCP REMB.
|
||||
void SetMaxDesiredReceiveBitrate(DataRate bitrate);
|
||||
|
||||
// Implements Module.
|
||||
|
||||
Reference in New Issue
Block a user