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:
stefan@webrtc.org 2011-10-21 13:42:50 +00:00
parent 158f496030
commit 5eb64f06be

View File

@ -2368,6 +2368,7 @@ void ModuleRtpRtcpImpl::BitrateSent(WebRtc_UWord32* totalRate,
}
it++;
}
return;
}
if (totalRate != NULL)
*totalRate = _rtpSender.BitrateLast();