Use backticks not vertical bars to denote variables in comments for /modules/video_capture

Bug: webrtc:12338
Change-Id: I262ead2039022d4a8135d506dc6c43857b9bfa04
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/227099
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34682}
This commit is contained in:
Artem Titov
2021-07-28 20:35:21 +02:00
committed by WebRTC LUCI CQ
parent 2373bb9799
commit 954c1d1a0c
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ class VideoCaptureImpl : public VideoCaptureModule {
const char* CurrentDeviceName() const override;
// |capture_time| must be specified in NTP time format in milliseconds.
// `capture_time` must be specified in NTP time format in milliseconds.
int32_t IncomingFrame(uint8_t* videoFrame,
size_t videoFrameLength,
const VideoCaptureCapability& frameInfo,

View File

@ -176,7 +176,7 @@ void GetSampleProperties(IMediaSample* sample, AM_SAMPLE2_PROPERTIES* props) {
}
// Returns true if the media type is supported, false otherwise.
// For supported types, the |capability| will be populated accordingly.
// For supported types, the `capability` will be populated accordingly.
bool TranslateMediaTypeToVideoCaptureCapability(
const AM_MEDIA_TYPE* media_type,
VideoCaptureCapability* capability) {