Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc |
index 339e4f0d5654333f6225da5d240b59c211bab225..b80c8daf8be1fc21dbf5882732b71542646d0d02 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc |
@@ -953,4 +953,9 @@ StreamDataCountersCallback* |
ModuleRtpRtcpImpl::GetSendChannelRtpStatisticsCallback() const { |
return rtp_sender_.GetRtpStatisticsCallback(); |
} |
+ |
+void ModuleRtpRtcpImpl::SetVideoBitrateAllocation( |
+ const BitrateAllocation& bitrate) { |
+ rtcp_sender_.SetVideoBitrateAllocation(bitrate); |
+} |
} // namespace webrtc |