Don't reset the last je value and mode

Review URL: https://webrtc-codereview.appspot.com/1369004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3916 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mikhal@webrtc.org 2013-04-29 19:09:41 +00:00
parent 50b2efef6e
commit 865ada3a52

View File

@ -101,8 +101,6 @@ VCMJitterEstimator::Reset()
_fsSum = 0;
_fsCount = 0;
_startupCount = 0;
_jitterEstimateMode = kLastEstimate;
_maxJitterEstimateMs = kInitialMaxJitterEstimate;
_rttFilter.Reset();
}