| Index: webrtc/call/rampup_tests.cc
|
| diff --git a/webrtc/call/rampup_tests.cc b/webrtc/call/rampup_tests.cc
|
| index 2b85452ac32bf30c85b89f06fef29b84c44ad6d4..ed44dad5e506f2202f6965cc95f1159e31a82b49 100644
|
| --- a/webrtc/call/rampup_tests.cc
|
| +++ b/webrtc/call/rampup_tests.cc
|
| @@ -207,9 +207,8 @@
|
| recv_config.rtp.ulpfec.ulpfec_payload_type =
|
| send_config->rtp.ulpfec.ulpfec_payload_type;
|
| if (rtx_) {
|
| - recv_config.rtp.rtx_associated_payload_types
|
| - [send_config->rtp.ulpfec.red_rtx_payload_type] =
|
| - send_config->rtp.ulpfec.red_payload_type;
|
| + recv_config.rtp.ulpfec.red_rtx_payload_type =
|
| + send_config->rtp.ulpfec.red_rtx_payload_type;
|
| }
|
| }
|
|
|
|
|