commit | 398af2337b35fb5d9cd6df93e54f4b35b5cefd97 | [log] [tgz] |
---|---|---|
author | tina.legrand@webrtc.org <tina.legrand@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon Dec 19 07:36:07 2011 +0000 |
committer | tina.legrand@webrtc.org <tina.legrand@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon Dec 19 07:36:07 2011 +0000 |
tree | b6f8f3a190d58c7439cca5798e2494ff092ac854 | |
parent | cf5bcd1fd2ff74c4619e9c003d8e7e87f79b06ab [diff] |
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
diff --git a/src/modules/audio_coding/codecs/iSAC/main/test/simpleKenny.c b/src/modules/audio_coding/codecs/iSAC/main/test/simpleKenny.c index dc36035..0d50f77 100644 --- a/src/modules/audio_coding/codecs/iSAC/main/test/simpleKenny.c +++ b/src/modules/audio_coding/codecs/iSAC/main/test/simpleKenny.c
@@ -373,10 +373,6 @@ cur_framesmpls += samplesIn10Ms; //-------- iSAC encoding --------- - if(framecnt == 11) - { - framecnt = framecnt; - } stream_len = WebRtcIsac_Encode(ISAC_main_inst, shortdata, (WebRtc_Word16*)payload);