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

Unified Diff: webrtc/modules/audio_coding/test/TestAllCodecs.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/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

Powered by Google App Engine
This is Rietveld 408576698