Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(478)

Unified Diff: webrtc/modules/audio_coding/test/TestRedFec.cc

Issue 2388153004: Stop using old AudioCodingModule::RegisterReceiveCodec overloads (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_coding/test/TestRedFec.cc
diff --git a/webrtc/modules/audio_coding/test/TestRedFec.cc b/webrtc/modules/audio_coding/test/TestRedFec.cc
index dbb238f4998610e50579593b486334dc69713508..dd7a36ad876a9c834045a9e7c6d94c84f994f415 100644
--- a/webrtc/modules/audio_coding/test/TestRedFec.cc
+++ b/webrtc/modules/audio_coding/test/TestRedFec.cc
@@ -77,7 +77,8 @@ void TestRedFec::Perform() {
if (!strcmp(myCodecParam.plname, "opus")) {
myCodecParam.channels = 1;
}
- EXPECT_EQ(0, _acmB->RegisterReceiveCodec(myCodecParam));
+ EXPECT_EQ(true, _acmB->RegisterReceiveCodec(myCodecParam.pltype,
+ CodecInstToSdp(myCodecParam)));
}
// Create and connect the channel

Powered by Google App Engine
This is Rietveld 408576698