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

Unified Diff: video/replay.cc

Issue 3019453002: Delete member VideoReceiveStream::Config::Rtp::ulpfec. (Closed)
Patch Set: Added DCHECK. Created 3 years, 3 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
« no previous file with comments | « video/receive_statistics_proxy.cc ('k') | video/rtp_video_stream_receiver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « video/receive_statistics_proxy.cc ('k') | video/rtp_video_stream_receiver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698