Index: webrtc/modules/video_coding/protection_bitrate_calculator.cc |
diff --git a/webrtc/modules/video_coding/protection_bitrate_calculator.cc b/webrtc/modules/video_coding/protection_bitrate_calculator.cc |
index 411ed1a95ca57838792f0b73711e31ea3d5cd557..90ab5d37ce7f41cf64b8219ecca2ffc611398f29 100644 |
--- a/webrtc/modules/video_coding/protection_bitrate_calculator.cc |
+++ b/webrtc/modules/video_coding/protection_bitrate_calculator.cc |
@@ -130,7 +130,7 @@ uint32_t ProtectionBitrateCalculator::SetTargetRates( |
// TODO(Marco): Pass FEC protection values per layer. |
protection_callback_->ProtectionRequest( |
- &delta_fec_params, &key_fec_params, &sent_video_rate_bps, |
+ delta_fec_params, key_fec_params, &sent_video_rate_bps, |
&sent_nack_rate_bps, &sent_fec_rate_bps); |
uint32_t sent_total_rate_bps = |