Use backticks not vertical bars to denote variables in comments for /modules/video_coding
Bug: webrtc:12338 Change-Id: Ia8a9adea291d594e4f59a6a1203a7bfb0758adac Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/227165 Commit-Queue: Artem Titov <titovartem@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34684}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
7f854bce1f
commit
dcd7fc7ea8
@ -31,8 +31,8 @@ class StreamGenerator {
|
||||
StreamGenerator(uint16_t start_seq_num, int64_t current_time);
|
||||
void Init(uint16_t start_seq_num, int64_t current_time);
|
||||
|
||||
// |time_ms| denotes the timestamp you want to put on the frame, and the unit
|
||||
// is millisecond. GenerateFrame will translate |time_ms| into a 90kHz
|
||||
// `time_ms` denotes the timestamp you want to put on the frame, and the unit
|
||||
// is millisecond. GenerateFrame will translate `time_ms` into a 90kHz
|
||||
// timestamp and put it on the frame.
|
||||
void GenerateFrame(VideoFrameType type,
|
||||
int num_media_packets,
|
||||
|
||||
Reference in New Issue
Block a user