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:
parent
cf5bcd1fd2
commit
398af2337b
@ -373,10 +373,6 @@ valid values are 8 and 16.\n", sampFreqKHz);
|
|||||||
cur_framesmpls += samplesIn10Ms;
|
cur_framesmpls += samplesIn10Ms;
|
||||||
|
|
||||||
//-------- iSAC encoding ---------
|
//-------- iSAC encoding ---------
|
||||||
if(framecnt == 11)
|
|
||||||
{
|
|
||||||
framecnt = framecnt;
|
|
||||||
}
|
|
||||||
stream_len = WebRtcIsac_Encode(ISAC_main_inst, shortdata,
|
stream_len = WebRtcIsac_Encode(ISAC_main_inst, shortdata,
|
||||||
(WebRtc_Word16*)payload);
|
(WebRtc_Word16*)payload);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user