| Index: webrtc/modules/audio_coding/acm2/acm_receiver.cc
|
| diff --git a/webrtc/modules/audio_coding/acm2/acm_receiver.cc b/webrtc/modules/audio_coding/acm2/acm_receiver.cc
|
| index bad484cda434bd24880e27c5fbff547f35697c42..9a882aac374a93c05bff8f7fbd866984e2c3c58f 100644
|
| --- a/webrtc/modules/audio_coding/acm2/acm_receiver.cc
|
| +++ b/webrtc/modules/audio_coding/acm2/acm_receiver.cc
|
| @@ -309,6 +309,10 @@ rtc::Optional<uint32_t> AcmReceiver::GetPlayoutTimestamp() {
|
| return neteq_->GetPlayoutTimestamp();
|
| }
|
|
|
| +int AcmReceiver::FilteredCurrentDelayMs() const {
|
| + return neteq_->FilteredCurrentDelayMs();
|
| +}
|
| +
|
| int AcmReceiver::LastAudioCodec(CodecInst* codec) const {
|
| rtc::CritScope lock(&crit_sect_);
|
| if (!last_audio_decoder_) {
|
|
|