| Index: webrtc/modules/audio_coding/main/test/TestAllCodecs.cc
|
| diff --git a/webrtc/modules/audio_coding/main/test/TestAllCodecs.cc b/webrtc/modules/audio_coding/main/test/TestAllCodecs.cc
|
| index 19189b6b8f10ac703f4ce6aa97c74760d1ab27c5..e9e4f2bceab7fb4436250c936025f5b1a5abae0c 100644
|
| --- a/webrtc/modules/audio_coding/main/test/TestAllCodecs.cc
|
| +++ b/webrtc/modules/audio_coding/main/test/TestAllCodecs.cc
|
| @@ -477,8 +477,7 @@ void TestAllCodecs::OpenOutFile(int test_number) {
|
|
|
| void TestAllCodecs::DisplaySendReceiveCodec() {
|
| CodecInst my_codec_param;
|
| - acm_a_->SendCodec(&my_codec_param);
|
| - printf("%s -> ", my_codec_param.plname);
|
| + printf("%s -> ", acm_a_->SendCodec()->plname);
|
| acm_b_->ReceiveCodec(&my_codec_param);
|
| printf("%s\n", my_codec_param.plname);
|
| }
|
|
|