| Index: webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h b/webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h
|
| index 4ec35315d24ccc3e1f4232f30549ca3fc9918769..eaa07d98bb9fa59fa6bdef6778686ae7017a01d5 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h
|
| @@ -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_;
|
|
|