| Index: webrtc/modules/audio_coding/acm2/acm_receiver.h
|
| diff --git a/webrtc/modules/audio_coding/acm2/acm_receiver.h b/webrtc/modules/audio_coding/acm2/acm_receiver.h
|
| index 53def2b1646f837c7ce87e41c7ba396c88881025..94f15a25dc396837700ce399e4e1eb275dc5d38b 100644
|
| --- a/webrtc/modules/audio_coding/acm2/acm_receiver.h
|
| +++ b/webrtc/modules/audio_coding/acm2/acm_receiver.h
|
| @@ -274,8 +274,6 @@ class AcmReceiver {
|
| std::unique_ptr<int16_t[]> last_audio_buffer_ GUARDED_BY(crit_sect_);
|
| CallStatistics call_stats_ GUARDED_BY(crit_sect_);
|
| NetEq* neteq_;
|
| - // Decoders map is keyed by payload type
|
| - std::map<uint8_t, Decoder> decoders_ GUARDED_BY(crit_sect_);
|
| Clock* clock_; // TODO(henrik.lundin) Make const if possible.
|
| bool resampled_last_output_frame_ GUARDED_BY(crit_sect_);
|
| rtc::Optional<int> last_packet_sample_rate_hz_ GUARDED_BY(crit_sect_);
|
|
|