Revert of Remove various IDs (patchset #7 id:120001 of https://codereview.webrtc.org/3019543002/ )
Reason for revert: Breaks downstream Original issue's description: > Remove various IDs: > > - AudioFrame > - AudioCodingModule > > BUG=webrtc:4690 > TBR=kwiberg@webrtc.org > > Review-Url: https://codereview.webrtc.org/3019543002 > Cr-Commit-Position: refs/heads/master@{#20005} > Committed: https://webrtc.googlesource.com/src/+/2d0f77585d556d8b11d6269d35149ae9ca14c472 TBR=henrik.lundin@webrtc.org,kwiberg@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:4690 Review-Url: https://codereview.webrtc.org/3014683002 Cr-Commit-Position: refs/heads/master@{#20008}
This commit is contained in:
@ -127,7 +127,7 @@ void PacketLossTest::Perform() {
|
||||
#ifndef WEBRTC_CODEC_OPUS
|
||||
return;
|
||||
#else
|
||||
std::unique_ptr<AudioCodingModule> acm(AudioCodingModule::Create());
|
||||
std::unique_ptr<AudioCodingModule> acm(AudioCodingModule::Create(0));
|
||||
|
||||
int codec_id = acm->Codec("opus", 48000, channels_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user