[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:
@ -71,7 +71,7 @@ class RtpReceiverImpl : public RtpReceiver {
|
||||
void CheckCSRC(const WebRtcRTPHeader& rtp_header);
|
||||
int32_t CheckPayloadChanged(const RTPHeader& rtp_header,
|
||||
const int8_t first_payload_byte,
|
||||
bool& is_red,
|
||||
bool* is_red,
|
||||
PayloadUnion* payload);
|
||||
|
||||
Clock* clock_;
|
||||
|
||||
Reference in New Issue
Block a user