| Index: webrtc/voice_engine/channel.h
|
| diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
|
| index 9f789dfac332907ad4ec65c99ea8eb681c3faab0..168249e07b7a8d0a1997f2ad7b74400bdf50b8d0 100644
|
| --- a/webrtc/voice_engine/channel.h
|
| +++ b/webrtc/voice_engine/channel.h
|
| @@ -361,8 +361,6 @@ class Channel
|
| unsigned int& discardedPackets);
|
| int GetRemoteRTCPReportBlocks(std::vector<ReportBlock>* report_blocks);
|
| int GetRTPStatistics(CallStatistics& stats);
|
| - int SetREDStatus(bool enable, int redPayloadtype);
|
| - int GetREDStatus(bool& enabled, int& redPayloadtype);
|
| int SetCodecFECStatus(bool enable);
|
| bool GetCodecFECStatus();
|
| void SetNACKStatus(bool enable, int maxNumberOfPackets);
|
| @@ -467,7 +465,6 @@ class Channel
|
| void UpdatePacketDelay(uint32_t timestamp, uint16_t sequenceNumber);
|
| void RegisterReceiveCodecsToRTPModule();
|
|
|
| - int SetRedPayloadType(int red_payload_type);
|
| int SetSendRtpHeaderExtension(bool enable,
|
| RTPExtensionType type,
|
| unsigned char id);
|
|
|