[rtp_rtcp] fixed lint errors in rtp_rtcp module that are not fixed in other CLs
BUG=webrtc:5277 R=mflodman Review URL: https://codereview.webrtc.org/1513303003 Cr-Commit-Position: refs/heads/master@{#11025}
This commit is contained in:
@ -956,8 +956,8 @@ bool ModuleRtpRtcpImpl::UpdateRTCPReceiveInformationTimers() {
|
||||
}
|
||||
|
||||
// Called from RTCPsender.
|
||||
int32_t ModuleRtpRtcpImpl::BoundingSet(bool& tmmbr_owner,
|
||||
TMMBRSet*& bounding_set) {
|
||||
int32_t ModuleRtpRtcpImpl::BoundingSet(bool* tmmbr_owner,
|
||||
TMMBRSet* bounding_set) {
|
||||
return rtcp_receiver_.BoundingSet(tmmbr_owner, bounding_set);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user