| Index: webrtc/modules/audio_coding/acm2/audio_coding_module_unittest_oldapi.cc
|
| diff --git a/webrtc/modules/audio_coding/acm2/audio_coding_module_unittest_oldapi.cc b/webrtc/modules/audio_coding/acm2/audio_coding_module_unittest_oldapi.cc
|
| index 55cb5726c18ec8c7cfc994380136778ebfc6877b..01bd9cbc195d111de20ee229ae5d83fd031954d5 100644
|
| --- a/webrtc/modules/audio_coding/acm2/audio_coding_module_unittest_oldapi.cc
|
| +++ b/webrtc/modules/audio_coding/acm2/audio_coding_module_unittest_oldapi.cc
|
| @@ -1011,7 +1011,7 @@ TEST_F(AcmReceiverBitExactnessOldApi, 48kHzOutputExternalDecoder) {
|
| AudioDecoder* const decoder_;
|
| };
|
|
|
| - AudioDecoderPcmU decoder(1);
|
| + AudioDecoderPcmU decoder(8000, 1);
|
| DecodeForwarder decode_forwarder(&decoder);
|
| MockAudioDecoder mock_decoder;
|
| // Set expectations on the mock decoder and also delegate the calls to the
|
|
|