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

Unified Diff: webrtc/video/video_quality_test.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. 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 | « webrtc/video/send_statistics_proxy_unittest.cc ('k') | webrtc/video/video_receive_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/video_quality_test.cc
diff --git a/webrtc/video/video_quality_test.cc b/webrtc/video/video_quality_test.cc
index 4ac86d1a1521a929675cda583432086793951ff1..9adcc162062701fed9263fb06d368aa6f289b69c 100644
--- a/webrtc/video/video_quality_test.cc
+++ b/webrtc/video/video_quality_test.cc
@@ -1293,12 +1293,12 @@ void VideoQualityTest::RunWithRenderers(const Params& params) {
params_.common.suspend_below_min_bitrate;
if (params.common.fec) {
- video_send_config_.rtp.fec.red_payload_type = kRedPayloadType;
- video_send_config_.rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
- video_receive_configs_[stream_id].rtp.fec.red_payload_type =
- kRedPayloadType;
- video_receive_configs_[stream_id].rtp.fec.ulpfec_payload_type =
- kUlpfecPayloadType;
+ video_send_config_.rtp.ulpfec.red_payload_type = kRedPayloadType;
+ video_send_config_.rtp.ulpfec.ulpfec_payload_type = kUlpfecPayloadType;
+ video_receive_configs_[stream_id].rtp.ulpfec.red_payload_type =
+ kRedPayloadType;
+ video_receive_configs_[stream_id].rtp.ulpfec.ulpfec_payload_type =
+ kUlpfecPayloadType;
}
if (params_.screenshare.enabled)
« no previous file with comments | « webrtc/video/send_statistics_proxy_unittest.cc ('k') | webrtc/video/video_receive_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698