Index: webrtc/video_engine/vie_channel.h |
diff --git a/webrtc/video_engine/vie_channel.h b/webrtc/video_engine/vie_channel.h |
index 39dc4d056feb46acfe0de88d2dd3daad3be9ee1d..12f23fb35ef0de1865e1db6200a67ac888826332 100644 |
--- a/webrtc/video_engine/vie_channel.h |
+++ b/webrtc/video_engine/vie_channel.h |
@@ -265,8 +265,8 @@ class ViEChannel : public VCMFrameTypeCallback, |
int32_t StartSend(); |
int32_t StopSend(); |
bool Sending(); |
- int32_t StartReceive(); |
- int32_t StopReceive(); |
+ void StartReceive(); |
+ void StopReceive(); |
int32_t ReceivedRTPPacket(const void* rtp_packet, |
const size_t rtp_packet_length, |
@@ -363,8 +363,8 @@ class ViEChannel : public VCMFrameTypeCallback, |
RtpRtcp::Configuration CreateRtpRtcpConfiguration(); |
RtpRtcp* CreateRtpRtcpModule(); |
// Assumed to be protected. |
- int32_t StartDecodeThread(); |
- int32_t StopDecodeThread(); |
+ void StartDecodeThread(); |
+ void StopDecodeThread(); |
int32_t ProcessNACKRequest(const bool enable); |
int32_t ProcessFECRequest(const bool enable, |