| Index: webrtc/video/receive_statistics_proxy.cc
|
| diff --git a/webrtc/video/receive_statistics_proxy.cc b/webrtc/video/receive_statistics_proxy.cc
|
| index e4be1cc43c310665f9b7be40a1ec1fa62c27369c..d4a0df371d1902114cf703c068a892ad927a184f 100644
|
| --- a/webrtc/video/receive_statistics_proxy.cc
|
| +++ b/webrtc/video/receive_statistics_proxy.cc
|
| @@ -131,7 +131,7 @@ void ReceiveStatisticsProxy::UpdateHistograms() {
|
| static_cast<int>(rtx.transmitted.TotalBytes() *
|
| 8 / elapsed_sec / 1000));
|
| }
|
| - if (config_.rtp.fec.ulpfec_payload_type != -1) {
|
| + if (config_.rtp.ulpfec.ulpfec_payload_type != -1) {
|
| RTC_HISTOGRAM_COUNTS_10000(
|
| "WebRTC.Video.FecBitrateReceivedInKbps",
|
| static_cast<int>(rtp_rtx.fec.TotalBytes() * 8 / elapsed_sec / 1000));
|
|
|