Store the received report blocks map (mapped per remote ssrc) in a map per source ssrc.
When using rtx, receiver reports with two report blocks are received. The report blocks have the same remote ssrc and therefore the first report block was overwritten by the second report block when stored in the ReportBlockInfoMap. Removed unused function ResetRTT. BUG=4114 R=mflodman@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/33659005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7952 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -397,13 +397,6 @@ class RtpRtcp : public Module {
|
||||
uint16_t* minRTT,
|
||||
uint16_t* maxRTT) const = 0 ;
|
||||
|
||||
/*
|
||||
* Reset RoundTripTime statistics
|
||||
*
|
||||
* return -1 on failure else 0
|
||||
*/
|
||||
virtual int32_t ResetRTT(const uint32_t remoteSSRC)= 0 ;
|
||||
|
||||
/*
|
||||
* Force a send of a RTCP packet
|
||||
* normal SR and RR are triggered via the process function
|
||||
|
||||
Reference in New Issue
Block a user