Chromium Code Reviews

Unified Diff: webrtc/video/replay.cc

Issue 2391963002: Rename FecConfig to UlpfecConfig in config.h. (Closed)
Patch Set: Rebase. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « webrtc/video/receive_statistics_proxy.cc ('k') | webrtc/video/rtp_stream_receiver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/replay.cc
diff --git a/webrtc/video/replay.cc b/webrtc/video/replay.cc
index d88d6b394ee34ceae2a6185a8de23e673691f56a..c00fe337af938e7a8b207238684e14405220d9cd 100644
--- a/webrtc/video/replay.cc
+++ b/webrtc/video/replay.cc
@@ -217,8 +217,8 @@ void RtpReplay() {
VideoReceiveStream::Config receive_config(&transport);
receive_config.rtp.remote_ssrc = flags::Ssrc();
receive_config.rtp.local_ssrc = kReceiverLocalSsrc;
- receive_config.rtp.fec.ulpfec_payload_type = flags::FecPayloadType();
- receive_config.rtp.fec.red_payload_type = flags::RedPayloadType();
+ receive_config.rtp.ulpfec.ulpfec_payload_type = flags::FecPayloadType();
+ receive_config.rtp.ulpfec.red_payload_type = flags::RedPayloadType();
receive_config.rtp.nack.rtp_history_ms = 1000;
if (flags::TransmissionOffsetId() != -1) {
receive_config.rtp.extensions.push_back(RtpExtension(
« no previous file with comments | « webrtc/video/receive_statistics_proxy.cc ('k') | webrtc/video/rtp_stream_receiver.cc » ('j') | no next file with comments »

Powered by Google App Engine