commit | c7b4a45594cb8a5efb8a1aada03810e4d250263c | [log] [tgz] |
---|---|---|
author | solenberg <solenberg@webrtc.org> | Thu Sep 28 07:37:11 2017 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Sep 28 14:37:11 2017 +0000 |
tree | 2ae45ee587887b2df2fa8b2c431f227b65abaccd | |
parent | 3935c34cbc1d2c3f0bc79715381925404bbeeaf6 [diff] [blame] |
Remove various IDs: - AudioFrame - AudioCodingModule BUG=webrtc:4690 TBR=kwiberg@webrtc.org Review-Url: https://codereview.webrtc.org/3019543002 Cr-Original-Commit-Position: refs/heads/master@{#20005} Committed: https://webrtc.googlesource.com/src/+/2d0f77585d556d8b11d6269d35149ae9ca14c472 Review-Url: https://codereview.webrtc.org/3019543002 Cr-Commit-Position: refs/heads/master@{#20019}
diff --git a/modules/audio_coding/test/TestAllCodecs.cc b/modules/audio_coding/test/TestAllCodecs.cc index 74319c2..ff28a28 100644 --- a/modules/audio_coding/test/TestAllCodecs.cc +++ b/modules/audio_coding/test/TestAllCodecs.cc
@@ -104,8 +104,8 @@ } TestAllCodecs::TestAllCodecs(int test_mode) - : acm_a_(AudioCodingModule::Create(0)), - acm_b_(AudioCodingModule::Create(1)), + : acm_a_(AudioCodingModule::Create()), + acm_b_(AudioCodingModule::Create()), channel_a_to_b_(NULL), test_count_(0), packet_size_samples_(0),