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/PacketLossTest.cc b/modules/audio_coding/test/PacketLossTest.cc index c80615a..a6c56fa7 100644 --- a/modules/audio_coding/test/PacketLossTest.cc +++ b/modules/audio_coding/test/PacketLossTest.cc
@@ -127,7 +127,7 @@ #ifndef WEBRTC_CODEC_OPUS return; #else - std::unique_ptr<AudioCodingModule> acm(AudioCodingModule::Create(0)); + std::unique_ptr<AudioCodingModule> acm(AudioCodingModule::Create()); int codec_id = acm->Codec("opus", 48000, channels_);