- Timestamp:
- Apr 7, 2007 12:47:34 PM (18 years ago)
- Location:
- pjproject/branches/split-3rd-party/third_party/ilbc
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/split-3rd-party/third_party/ilbc/iLBC_test.c
r638 r1169 233 233 234 234 while (fread(data,sizeof(short),Enc_Inst.blockl,ifileid)== 235 Enc_Inst.blockl) {235 (size_t)Enc_Inst.blockl) { 236 236 237 237 blockcount++;
Note: See TracChangeset
for help on using the changeset viewer.