| Index: webrtc/video/vie_receiver.h
|
| diff --git a/webrtc/video/vie_receiver.h b/webrtc/video/vie_receiver.h
|
| index f7b9746b2bb3914dd21eb866a434abb55d1b4342..4dcf9adbdc5937d8c9baa24cafeee2262cfa1d67 100644
|
| --- a/webrtc/video/vie_receiver.h
|
| +++ b/webrtc/video/vie_receiver.h
|
| @@ -64,10 +64,10 @@ class ViEReceiver : public RtpData {
|
|
|
| void RegisterRtpRtcpModules(const std::vector<RtpRtcp*>& rtp_modules);
|
|
|
| - bool SetReceiveTimestampOffsetStatus(bool enable, int id);
|
| - bool SetReceiveAbsoluteSendTimeStatus(bool enable, int id);
|
| - bool SetReceiveVideoRotationStatus(bool enable, int id);
|
| - bool SetReceiveTransportSequenceNumber(bool enable, int id);
|
| + bool SetReceiveTimestampOffsetStatus(int id);
|
| + bool SetReceiveAbsoluteSendTimeStatus(int id);
|
| + bool SetReceiveVideoRotationStatus(int id);
|
| + bool SetReceiveTransportSequenceNumber(int id);
|
|
|
| void StartReceive();
|
| void StopReceive();
|
|
|