Only return Rtx mode in RTXSendStatus().
There is no need to return 'ssrc' and 'payloadtype' inside this function since they are never used. BUG= R=pbos@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/38569004 Patch from Changbin Shao <changbin.shao@intel.com>. git-svn-id: http://webrtc.googlecode.com/svn/trunk@8049 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -184,9 +184,8 @@ class RTPSender : public RTPSenderInterface {
|
||||
bool ProcessNACKBitRate(uint32_t now);
|
||||
|
||||
// RTX.
|
||||
void SetRTXStatus(int mode);
|
||||
|
||||
void RTXStatus(int* mode, uint32_t* ssrc, int* payload_type) const;
|
||||
void SetRtxStatus(int mode);
|
||||
int RtxStatus() const;
|
||||
|
||||
uint32_t RtxSsrc() const;
|
||||
void SetRtxSsrc(uint32_t ssrc);
|
||||
|
||||
Reference in New Issue
Block a user