VCM: removing max jitter estimate
BUG= 1921 R=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1690004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4249 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -842,11 +842,6 @@ void VCMJitterBuffer::FindAndInsertContinuousFrames(
|
||||
}
|
||||
}
|
||||
|
||||
void VCMJitterBuffer::SetMaxJitterEstimate(bool enable) {
|
||||
CriticalSectionScoped cs(crit_sect_);
|
||||
jitter_estimate_.SetMaxJitterEstimate(enable);
|
||||
}
|
||||
|
||||
uint32_t VCMJitterBuffer::EstimatedJitterMs() {
|
||||
CriticalSectionScoped cs(crit_sect_);
|
||||
// Compute RTT multiplier for estimation.
|
||||
|
Reference in New Issue
Block a user