Use backticks not vertical bars to denote variables in comments for /modules/audio_coding
Bug: webrtc:12338 Change-Id: I02613d9fca45d00e2477f334b7a0416e7912e26b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/227037 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34621}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
0146a34b3f
commit
d00ce747c7
@ -83,9 +83,9 @@ class AudioCodingModule {
|
||||
// Sender
|
||||
//
|
||||
|
||||
// |modifier| is called exactly once with one argument: a pointer to the
|
||||
// `modifier` is called exactly once with one argument: a pointer to the
|
||||
// unique_ptr that holds the current encoder (which is null if there is no
|
||||
// current encoder). For the duration of the call, |modifier| has exclusive
|
||||
// current encoder). For the duration of the call, `modifier` has exclusive
|
||||
// access to the unique_ptr; it may call the encoder, steal the encoder and
|
||||
// replace it with another encoder or with nullptr, etc.
|
||||
virtual void ModifyEncoder(
|
||||
|
||||
Reference in New Issue
Block a user