commit | ed44f5464a339b3e90ef37c36f6c498632ebe7cc | [log] [tgz] |
---|---|---|
author | Niels Möller <nisse@webrtc.org> | Tue Jul 30 15:15:59 2019 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Aug 06 08:23:26 2019 +0000 |
tree | 3cd1818e201e9443925839195fc4340f1fa59263 | |
parent | e80885a89c2959fdacede619e25b193aa75eca6a [diff] [blame] |
In ChannelReceive, use AcmReceiver directly, not AudioCodingModule Bug: webrtc:9801 Change-Id: I02d76bc89c363247c8dc782db316a9f87a2b93ec Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/111504 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28766}
diff --git a/modules/audio_coding/acm2/acm_receiver.h b/modules/audio_coding/acm2/acm_receiver.h index 8d62312..8d54cf7 100644 --- a/modules/audio_coding/acm2/acm_receiver.h +++ b/modules/audio_coding/acm2/acm_receiver.h
@@ -138,7 +138,7 @@ // Output: // - statistics : The current network statistics. // - void GetNetworkStatistics(NetworkStatistics* statistics); + void GetNetworkStatistics(NetworkStatistics* statistics) const; // // Flushes the NetEq packet and speech buffers.