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
@ -36,7 +36,7 @@ namespace webrtc {
|
||||
|
||||
class RtpPacketizerVp9 : public RtpPacketizer {
|
||||
public:
|
||||
// The |payload| must be one encoded VP9 layer frame.
|
||||
// The `payload` must be one encoded VP9 layer frame.
|
||||
RtpPacketizerVp9(rtc::ArrayView<const uint8_t> payload,
|
||||
PayloadSizeLimits limits,
|
||||
const RTPVideoHeaderVP9& hdr);
|
||||
@ -46,13 +46,13 @@ class RtpPacketizerVp9 : public RtpPacketizer {
|
||||
size_t NumPackets() const override;
|
||||
|
||||
// Gets the next payload with VP9 payload header.
|
||||
// Write payload and set marker bit of the |packet|.
|
||||
// Write payload and set marker bit of the `packet`.
|
||||
// Returns true on success, false otherwise.
|
||||
bool NextPacket(RtpPacketToSend* packet) override;
|
||||
|
||||
private:
|
||||
// Writes the payload descriptor header.
|
||||
// |layer_begin| and |layer_end| indicates the postision of the packet in
|
||||
// `layer_begin` and `layer_end` indicates the postision of the packet in
|
||||
// the layer frame. Returns false on failure.
|
||||
bool WriteHeader(bool layer_begin,
|
||||
bool layer_end,
|
||||
|
||||
Reference in New Issue
Block a user