Index: modules/audio_coding/test/TestStereo.cc |
diff --git a/modules/audio_coding/test/TestStereo.cc b/modules/audio_coding/test/TestStereo.cc |
index eca81f81cfc90ca841f90ee2f3fa3f48c9ee2e7a..d598191f816e4357bdda1bf6144834c7aec4bf7c 100644 |
--- a/modules/audio_coding/test/TestStereo.cc |
+++ b/modules/audio_coding/test/TestStereo.cc |
@@ -108,8 +108,8 @@ |
} |
TestStereo::TestStereo(int test_mode) |
- : acm_a_(AudioCodingModule::Create()), |
- acm_b_(AudioCodingModule::Create()), |
+ : acm_a_(AudioCodingModule::Create(0)), |
+ acm_b_(AudioCodingModule::Create(1)), |
channel_a2b_(NULL), |
test_cntr_(0), |
pack_size_samp_(0), |