Solving issue 178, errorbuild warnings on Mac.

This CL continues the work of solving issue 178. A small change in one file.
Review URL: http://webrtc-codereview.appspot.com/330006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1227 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
tina.legrand@webrtc.org 2011-12-19 07:36:07 +00:00
parent cf5bcd1fd2
commit 398af2337b

View File

@ -373,10 +373,6 @@ valid values are 8 and 16.\n", sampFreqKHz);
cur_framesmpls += samplesIn10Ms;
//-------- iSAC encoding ---------
if(framecnt == 11)
{
framecnt = framecnt;
}
stream_len = WebRtcIsac_Encode(ISAC_main_inst, shortdata,
(WebRtc_Word16*)payload);