commit | ca325ececddc1ada79e97a5acf746e593ad4de0d | [log] [tgz] |
---|---|---|
author | kma@webrtc.org <kma@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Tue Oct 25 02:36:09 2011 +0000 |
committer | kma@webrtc.org <kma@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Tue Oct 25 02:36:09 2011 +0000 |
tree | 25d04864f72366cb290249968767c5afc8621e24 | |
parent | f0cd394a2ed38dc5a0a16b6e9e9f472eaec91f73 [diff] |
Corrected a linux build error introduced in issue 246005. Review URL: http://webrtc-codereview.appspot.com/246008 git-svn-id: http://webrtc.googlecode.com/svn/trunk@809 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/src/modules/audio_processing/ns/nsx_core.c b/src/modules/audio_processing/ns/nsx_core.c index 616e626..940f472 100644 --- a/src/modules/audio_processing/ns/nsx_core.c +++ b/src/modules/audio_processing/ns/nsx_core.c
@@ -1483,7 +1483,6 @@ } void WebRtcNsx_DataSynthesis(NsxInst_t* inst, short* outFrame) { - WebRtc_Word32 tmp32no1; WebRtc_Word32 energyOut; WebRtc_Word16 realImag[ANAL_BLOCKL_MAX << 1]; @@ -1491,7 +1490,7 @@ WebRtc_Word16 energyRatio; WebRtc_Word16 gainFactor, gainFactor1, gainFactor2; - int i, j; + int i; int outCIFFT; int scaleEnergyOut = 0;