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
@ -38,7 +38,7 @@ class MediaPacketGenerator {
|
||||
Random* random);
|
||||
~MediaPacketGenerator();
|
||||
|
||||
// Construct the media packets, up to |num_media_packets| packets.
|
||||
// Construct the media packets, up to `num_media_packets` packets.
|
||||
ForwardErrorCorrection::PacketList ConstructMediaPackets(
|
||||
int num_media_packets,
|
||||
uint16_t start_seq_num);
|
||||
@ -72,7 +72,7 @@ class AugmentedPacketGenerator {
|
||||
std::unique_ptr<AugmentedPacket> NextPacket(size_t offset, size_t length);
|
||||
|
||||
protected:
|
||||
// Given |header|, writes the appropriate RTP header fields in |data|.
|
||||
// Given `header`, writes the appropriate RTP header fields in `data`.
|
||||
static void WriteRtpHeader(const RTPHeader& header, uint8_t* data);
|
||||
|
||||
// Number of packets left to generate, in the current frame.
|
||||
|
||||
Reference in New Issue
Block a user