| Index: webrtc/video_engine/vie_channel.h
|
| diff --git a/webrtc/video_engine/vie_channel.h b/webrtc/video_engine/vie_channel.h
|
| index ed6521c20d3ba9eced5d2050c04db614f84a26e1..53dd5000c536672ee99156b676601a72a81d3b59 100644
|
| --- a/webrtc/video_engine/vie_channel.h
|
| +++ b/webrtc/video_engine/vie_channel.h
|
| @@ -130,7 +130,7 @@ class ViEChannel : public VCMFrameTypeCallback,
|
| int32_t GetLocalSSRC(uint8_t idx, unsigned int* ssrc);
|
|
|
| // Gets SSRC for the incoming stream.
|
| - int32_t GetRemoteSSRC(uint32_t* ssrc);
|
| + uint32_t GetRemoteSSRC();
|
|
|
| int SetRtxSendPayloadType(int payload_type, int associated_payload_type);
|
| void SetRtxReceivePayloadType(int payload_type, int associated_payload_type);
|
|
|