[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:
@ -295,7 +295,7 @@ class ModuleRtpRtcpImpl : public RtpRtcp {
|
||||
|
||||
bool LastReceivedXrReferenceTimeInfo(RtcpReceiveTimeInfo* info) const;
|
||||
|
||||
virtual int32_t BoundingSet(bool& tmmbr_owner, TMMBRSet*& bounding_set_rec);
|
||||
int32_t BoundingSet(bool* tmmbr_owner, TMMBRSet* bounding_set_rec);
|
||||
|
||||
void BitrateSent(uint32_t* total_rate,
|
||||
uint32_t* video_rate,
|
||||
|
||||
Reference in New Issue
Block a user