| 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..d11f58490573cd67581f71273114584f44ac2440 100644
|
| --- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.cc
|
| +++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.cc
|
| @@ -127,7 +127,7 @@ int32_t TestSenderReceiver::InitReceiver (const uint16_t rtpPort,
|
| exit(1);
|
| }
|
|
|
| - if (_rtp->SetRTCPStatus(kRtcpNonCompound) != 0)
|
| + if (_rtp->SetRTCPStatus(kRtcpReducedSize) != 0)
|
| {
|
| throw "_rtp->SetRTCPStatus";
|
| exit(1);
|
| @@ -343,7 +343,7 @@ int32_t TestSenderReceiver::InitSender (const uint32_t startBitrateKbps,
|
| exit(1);
|
| }
|
|
|
| - if (_rtp->SetRTCPStatus(kRtcpNonCompound) != 0)
|
| + if (_rtp->SetRTCPStatus(kRtcpReducedSize) != 0)
|
| {
|
| throw "_rtp->SetRTCPStatus";
|
| exit(1);
|
|
|