| Index: webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
|
| diff --git a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
|
| index 0dd3a89bd719186069978d5677fd7d653f263540..7c72e5917c8ab2feb8acdac1c119cd3e25b8b5c6 100644
|
| --- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
|
| +++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
|
| @@ -416,8 +416,7 @@ class RtpRtcp : public Module {
|
| /*
|
| * Good state of RTP receiver inform sender
|
| */
|
| - virtual int32_t SendRTCPReferencePictureSelection(
|
| - const uint64_t pictureID) = 0;
|
| + virtual int32_t SendRTCPReferencePictureSelection(uint64_t pictureID) = 0;
|
|
|
| /*
|
| * Send a RTCP Slice Loss Indication (SLI)
|
|
|