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 |