Tiny AEC change to remove a warning from the Windows build.
Review URL: http://webrtc-codereview.appspot.com/67002 git-svn-id: http://webrtc.googlecode.com/svn/trunk@198 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
4edf9ac149
commit
75e1239266
@ -157,8 +157,8 @@ int WebRtcAec_GetSkew(void *resampInst, int rawSkew, float *skewEst)
|
||||
}
|
||||
|
||||
int EstimateSkew(const int* rawSkew,
|
||||
const int size,
|
||||
const int deviceSampleRateHz,
|
||||
int size,
|
||||
int deviceSampleRateHz,
|
||||
float *skewEst)
|
||||
{
|
||||
const int absLimitOuter = (int)(0.04f * deviceSampleRateHz);
|
||||
|
Loading…
Reference in New Issue
Block a user