Index: webrtc/video_receive_stream.h |
diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h |
index b523b1ec05b161a3b9ae123278b1f42b84fb2085..5e5ece5a2004f691b2b806bd1d000198d9ce2e5f 100644 |
--- a/webrtc/video_receive_stream.h |
+++ b/webrtc/video_receive_stream.h |
@@ -107,8 +107,8 @@ class VideoReceiveStream { |
Rtp() |
: remote_ssrc(0), |
local_ssrc(0), |
- rtcp_mode(newapi::kRtcpReducedSize), |
- remb(true) {} |
+ rtcp_mode(newapi::kRtcpCompound), |
+ remb(false) {} |
std::string ToString() const; |
// Synchronization source (stream identifier) to be received. |