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:
@@ -157,8 +157,8 @@ int WebRtcAec_GetSkew(void *resampInst, int rawSkew, float *skewEst)
|
|||||||
}
|
}
|
||||||
|
|
||||||
int EstimateSkew(const int* rawSkew,
|
int EstimateSkew(const int* rawSkew,
|
||||||
const int size,
|
int size,
|
||||||
const int deviceSampleRateHz,
|
int deviceSampleRateHz,
|
||||||
float *skewEst)
|
float *skewEst)
|
||||||
{
|
{
|
||||||
const int absLimitOuter = (int)(0.04f * deviceSampleRateHz);
|
const int absLimitOuter = (int)(0.04f * deviceSampleRateHz);
|
||||||
|
|||||||
Reference in New Issue
Block a user