Index: webrtc/modules/audio_coding/test/TestAllCodecs.cc |
diff --git a/webrtc/modules/audio_coding/test/TestAllCodecs.cc b/webrtc/modules/audio_coding/test/TestAllCodecs.cc |
index 96c359c6d5dfebfb684039c048f8177d985335dc..6d838cfda164431ab1f7667151f9d543c80f6bec 100644 |
--- a/webrtc/modules/audio_coding/test/TestAllCodecs.cc |
+++ b/webrtc/modules/audio_coding/test/TestAllCodecs.cc |
@@ -141,7 +141,8 @@ void TestAllCodecs::Perform() { |
if (!strcmp(my_codec_param.plname, "opus")) { |
my_codec_param.channels = 1; |
} |
- acm_b_->RegisterReceiveCodec(my_codec_param); |
+ acm_b_->RegisterReceiveCodec(my_codec_param.pltype, |
+ CodecInstToSdp(my_codec_param)); |
} |
// Create and connect the channel |