| Index: webrtc/modules/audio_coding/acm2/acm_receive_test_oldapi.h
|
| diff --git a/webrtc/modules/audio_coding/acm2/acm_receive_test_oldapi.h b/webrtc/modules/audio_coding/acm2/acm_receive_test_oldapi.h
|
| index 091513db46189410e25da0796ab2dcb704c4c99d..3010ec72b16f801386b71a02d1a6936cd44fb0b6 100644
|
| --- a/webrtc/modules/audio_coding/acm2/acm_receive_test_oldapi.h
|
| +++ b/webrtc/modules/audio_coding/acm2/acm_receive_test_oldapi.h
|
| @@ -11,6 +11,8 @@
|
| #ifndef WEBRTC_MODULES_AUDIO_CODING_ACM2_ACM_RECEIVE_TEST_OLDAPI_H_
|
| #define WEBRTC_MODULES_AUDIO_CODING_ACM2_ACM_RECEIVE_TEST_OLDAPI_H_
|
|
|
| +#include <string>
|
| +
|
| #include "webrtc/base/constructormagic.h"
|
| #include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/system_wrappers/include/clock.h"
|
| @@ -48,7 +50,8 @@ class AcmReceiveTestOldApi {
|
| int RegisterExternalReceiveCodec(int rtp_payload_type,
|
| AudioDecoder* external_decoder,
|
| int sample_rate_hz,
|
| - int num_channels);
|
| + int num_channels,
|
| + const std::string& name);
|
|
|
| // Runs the test and returns true if successful.
|
| void Run();
|
|
|