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

Unified Diff: call/rampup_tests.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 | « call/call_perf_tests.cc ('k') | call/video_receive_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: call/rampup_tests.cc
diff --git a/call/rampup_tests.cc b/call/rampup_tests.cc
index da7095cbe6721d4f04c5f93cb36132db989511a4..6ce2efd6ac58c14edbff4905c8b9e447729ee064 100644
--- a/call/rampup_tests.cc
+++ b/call/rampup_tests.cc
@@ -202,9 +202,9 @@ void RampUpTester::ModifyVideoConfigs(
recv_config.rtp.nack.rtp_history_ms = send_config->rtp.nack.rtp_history_ms;
if (red_) {
- recv_config.rtp.ulpfec.red_payload_type =
+ recv_config.rtp.red_payload_type =
send_config->rtp.ulpfec.red_payload_type;
- recv_config.rtp.ulpfec.ulpfec_payload_type =
+ recv_config.rtp.ulpfec_payload_type =
send_config->rtp.ulpfec.ulpfec_payload_type;
if (rtx_) {
recv_config.rtp.rtx_associated_payload_types
« no previous file with comments | « call/call_perf_tests.cc ('k') | call/video_receive_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698