commit | d00ce747c7588b1541ad6a0c0db7895487b5a618 | [log] [tgz] |
---|---|---|
author | Artem Titov <titovartem@webrtc.org> | Wed Jul 28 20:00:17 2021 +0200 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 02 10:45:40 2021 +0000 |
tree | 7e75bffaa9c515f610afce30f7c377a0939ac56f | |
parent | 0146a34b3f417181f2fabbcc19150c3fd95f1999 [diff] [blame] |
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}
diff --git a/modules/audio_coding/neteq/decoder_database_unittest.cc b/modules/audio_coding/neteq/decoder_database_unittest.cc index 33bee8d..f28a0fd 100644 --- a/modules/audio_coding/neteq/decoder_database_unittest.cc +++ b/modules/audio_coding/neteq/decoder_database_unittest.cc
@@ -148,7 +148,7 @@ } PacketList packet_list; for (int i = 0; i < kNumPayloads + 1; ++i) { - // Create packet with payload type |i|. The last packet will have a payload + // Create packet with payload type `i`. The last packet will have a payload // type that is not registered in the decoder database. Packet packet; packet.payload_type = i;