Fixing Release compilation errors

Review URL: http://webrtc-codereview.appspot.com/267026

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1000 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org
2011-11-23 12:20:35 +00:00
parent 89ab652250
commit 543c3eaa46
38 changed files with 221 additions and 171 deletions

View File

@@ -277,7 +277,7 @@ int main(int argc, char* argv[])
bool dtmfSent = false;
#endif
bool usingStereo = false;
int stereoMode;
int stereoMode = 0;
int numChannels = 1;
/* check number of parameters */
@@ -1609,7 +1609,7 @@ int NetEQTest_free_coders(enum WebRtcNetEQDecoder coder, int numChannels) {
int NetEQTest_encode(int coder, WebRtc_Word16 *indata, int frameLen, unsigned char * encoded,int sampleRate ,
int * vad, int useVAD, int bitrate, int numChannels){
short cdlen;
short cdlen = 0;
WebRtc_Word16 *tempdata;
static int first_cng=1;
WebRtc_Word16 tempLen;