| Index: modules/audio_coding/test/iSACTest.cc
|
| diff --git a/modules/audio_coding/test/iSACTest.cc b/modules/audio_coding/test/iSACTest.cc
|
| index a44259fbbe9dbee3ad2133b0e4d6952503a53349..a14f795b9be572779c28422d602d8d3e1abeb150 100644
|
| --- a/modules/audio_coding/test/iSACTest.cc
|
| +++ b/modules/audio_coding/test/iSACTest.cc
|
| @@ -67,8 +67,8 @@
|
| }
|
|
|
| ISACTest::ISACTest(int testMode)
|
| - : _acmA(AudioCodingModule::Create()),
|
| - _acmB(AudioCodingModule::Create()),
|
| + : _acmA(AudioCodingModule::Create(1)),
|
| + _acmB(AudioCodingModule::Create(2)),
|
| _testMode(testMode) {}
|
|
|
| ISACTest::~ISACTest() {}
|
|
|