Module: sems
Branch: master
Commit: 461f2a01636727080481b9c29039b1a161860284
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=461f2a01636727080481b9c29039b1a161860284

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Sun Feb 23 01:21:07 2014 +0100

c/f: using unsigned int for loop counters

---

 core/plug-in/ilbc/ilbc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/plug-in/ilbc/ilbc.c b/core/plug-in/ilbc/ilbc.c
index 68a5b2e..bc60978 100644
--- a/core/plug-in/ilbc/ilbc.c
+++ b/core/plug-in/ilbc/ilbc.c
@@ -191,7 +191,7 @@ int Pcm16_2_iLBC( unsigned char* out_buf, unsigned char* 
in_buf, unsigned int si
   short* in_b = (short*)in_buf;
 
   float block[BLOCKL_MAX];
-  int i,k;
+  unsigned int i,k;
   iLBC_Codec_Inst_t* codec_inst;
   int out_buf_offset=0;
 

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to