| Index: video/replay.cc
|
| diff --git a/video/replay.cc b/video/replay.cc
|
| index 82c9de14a6085ad67ddd05d14f48ea25c287e846..b9214b8ae6ab5ff845d71c26f47bdd99657705c1 100644
|
| --- a/video/replay.cc
|
| +++ b/video/replay.cc
|
| @@ -215,8 +215,8 @@ void RtpReplay() {
|
| receive_config.rtp.rtx_ssrc = flags::SsrcRtx();
|
| receive_config.rtp.rtx_associated_payload_types[flags::PayloadTypeRtx()] =
|
| flags::PayloadType();
|
| - receive_config.rtp.ulpfec.ulpfec_payload_type = flags::FecPayloadType();
|
| - receive_config.rtp.ulpfec.red_payload_type = flags::RedPayloadType();
|
| + receive_config.rtp.ulpfec_payload_type = flags::FecPayloadType();
|
| + receive_config.rtp.red_payload_type = flags::RedPayloadType();
|
| receive_config.rtp.nack.rtp_history_ms = 1000;
|
| if (flags::TransmissionOffsetId() != -1) {
|
| receive_config.rtp.extensions.push_back(RtpExtension(
|
|
|