| Index: modules/audio_coding/test/APITest.cc
|
| diff --git a/modules/audio_coding/test/APITest.cc b/modules/audio_coding/test/APITest.cc
|
| index b29e84e106a818344e60ca4ef9f33d2acd5126a8..541834271417db7d003ea45118c023f3d30c0445 100644
|
| --- a/modules/audio_coding/test/APITest.cc
|
| +++ b/modules/audio_coding/test/APITest.cc
|
| @@ -48,8 +48,8 @@
|
| }
|
|
|
| APITest::APITest()
|
| - : _acmA(AudioCodingModule::Create()),
|
| - _acmB(AudioCodingModule::Create()),
|
| + : _acmA(AudioCodingModule::Create(1)),
|
| + _acmB(AudioCodingModule::Create(2)),
|
| _channel_A2B(NULL),
|
| _channel_B2A(NULL),
|
| _writeToFile(true),
|
|
|