Index: webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.cc |
diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.cc b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.cc |
index e55d36346766a65d2ae86b6fdc4bf37bebdbc466..f3ca282667ea45d21bbc44f61bbb0978f3f8b348 100644 |
--- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.cc |
+++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.cc |
@@ -127,8 +127,7 @@ int32_t TestSenderReceiver::InitReceiver (const uint16_t rtpPort, |
exit(1); |
} |
- if (_rtp->SetRTCPStatus(kRtcpNonCompound) != 0) |
- { |
+ if (_rtp->SetRTCPStatus(RtcpMode::kReducedSize) != 0) { |
throw "_rtp->SetRTCPStatus"; |
exit(1); |
} |
@@ -343,8 +342,7 @@ int32_t TestSenderReceiver::InitSender (const uint32_t startBitrateKbps, |
exit(1); |
} |
- if (_rtp->SetRTCPStatus(kRtcpNonCompound) != 0) |
- { |
+ if (_rtp->SetRTCPStatus(RtcpMode::kReducedSize) != 0) { |
throw "_rtp->SetRTCPStatus"; |
exit(1); |
} |