Fix BitrateSent() API when having a default RTP module.
BUG= TEST= Review URL: http://webrtc-codereview.appspot.com/242004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@796 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
158f496030
commit
5eb64f06be
@ -2368,6 +2368,7 @@ void ModuleRtpRtcpImpl::BitrateSent(WebRtc_UWord32* totalRate,
|
|||||||
}
|
}
|
||||||
it++;
|
it++;
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
if (totalRate != NULL)
|
if (totalRate != NULL)
|
||||||
*totalRate = _rtpSender.BitrateLast();
|
*totalRate = _rtpSender.BitrateLast();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user