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
@ -54,7 +54,7 @@ int32_t VideoReceiver2::RegisterReceiveCallback(
|
||||
|
||||
// Register an externally defined decoder object. This may be called on either
|
||||
// the construction sequence or the decoder sequence to allow for lazy creation
|
||||
// of video decoders. If called on the decoder sequence |externalDecoder| cannot
|
||||
// of video decoders. If called on the decoder sequence `externalDecoder` cannot
|
||||
// be a nullptr. It's the responsibility of the caller to make sure that the
|
||||
// access from the two sequences are mutually exclusive.
|
||||
void VideoReceiver2::RegisterExternalDecoder(VideoDecoder* externalDecoder,
|
||||
|
||||
Reference in New Issue
Block a user