| Index: webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.h
|
| diff --git a/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.h b/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.h
|
| index 6ef80bc6620906e4a4dfc8dbc44b25643d9576b1..4b15d0ab6dfc2917de9533329e93cb7649f29b3c 100644
|
| --- a/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.h
|
| +++ b/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.h
|
| @@ -21,6 +21,7 @@
|
| #include "webrtc/modules/audio_coding/main/acm2/acm_receiver.h"
|
| #include "webrtc/modules/audio_coding/main/acm2/acm_resampler.h"
|
| #include "webrtc/modules/audio_coding/main/acm2/codec_manager.h"
|
| +#include "webrtc/modules/audio_coding/main/acm2/delayed_logger.h"
|
|
|
| namespace webrtc {
|
|
|
| @@ -285,6 +286,7 @@ class AudioCodingModuleImpl : public AudioCodingModule {
|
| uint32_t expected_in_ts_ GUARDED_BY(acm_crit_sect_);
|
| ACMResampler resampler_ GUARDED_BY(acm_crit_sect_);
|
| AcmReceiver receiver_; // AcmReceiver has it's own internal lock.
|
| + DelayedLogger bitrate_logger_ GUARDED_BY(acm_crit_sect_);
|
| CodecManager codec_manager_ GUARDED_BY(acm_crit_sect_);
|
|
|
| // This is to keep track of CN instances where we can send DTMFs.
|
|
|