- Timestamp:
- Apr 28, 2009 3:27:09 PM (16 years ago)
- Location:
- pjproject/branches/projects/vs-reorg2
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/vs-reorg2/pjsip/src/test/main.c
r2638 r2657 39 39 int retval; 40 40 char **opt_arg; 41 42 PJ_UNUSED_ARG(argc); 41 43 42 44 /* Parse arguments. */ -
pjproject/branches/projects/vs-reorg2/third_party/g7221/common/basic_op.c
r2639 r2657 1715 1715 { 1716 1716 Word16 neg_var2; 1717 UWord32 L_var_out ;1717 UWord32 L_var_out = 0; 1718 1718 1719 1719 if (var2 <= 0) -
pjproject/branches/projects/vs-reorg2/third_party/ilbc/iCBSearch.c
r721 r2657 235 235 /* unrestricted search */ 236 236 237 if (CB_RESRANGE == -1) { 237 # if CB_RESRANGE == -1 238 //if (CB_RESRANGE == -1) { 238 239 sInd=0; 239 240 eInd=range-1; 240 241 sIndAug=20; 241 242 eIndAug=39; 242 } 243 244 245 246 247 243 //} 244 245 # else 248 246 249 247 /* restricted search around best index from first 250 248 codebook section */ 251 249 252 else {250 //else { 253 251 /* Initialize search indices */ 254 252 sIndAug=0; … … 308 306 } 309 307 } 310 } 308 309 //} 310 # endif /* CB_RESRANGE == -1 */ 311 311 312 312 313 /* search of higher codebook section */ -
pjproject/branches/projects/vs-reorg2/third_party/srtp/crypto/math/datatypes.c
r1730 r2657 150 150 case ('f'): return 0xf; 151 151 case ('F'): return 0xf; 152 default: return -1; /* this flags an error */ 153 } 154 /* NOTREACHED */ 155 return -1; /* this keeps compilers from complaining */ 152 default: break; /* this flags an error */ 153 } 154 return -1; 156 155 } 157 156 -
pjproject/branches/projects/vs-reorg2/third_party/srtp/include/srtp_priv.h
r2654 r2657 101 101 #endif 102 102 103 #ifdef _MSC_VER104 # pragma warning( pop )105 #endif106 107 103 108 104 typedef struct { … … 164 160 } srtcp_trailer_t; 165 161 162 #endif 163 164 165 #ifdef _MSC_VER 166 # pragma warning( pop ) 166 167 #endif 167 168
Note: See TracChangeset
for help on using the changeset viewer.