Changeset 2832 for pjproject/trunk
- Timestamp:
- Jul 14, 2009 1:45:52 PM (15 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/g711.c
r2760 r2832 21 21 * notice in the second half of this file. 22 22 */ 23 #include <pjmedia/g711.h> 23 24 #include <pjmedia/codec.h> 24 25 #include <pjmedia/alaw_ulaw.h> -
pjproject/trunk/pjmedia/src/pjmedia/transport_srtp.c
r2726 r2832 216 216 }; 217 217 218 /* This function may also be used by other module, e.g: pjmedia/errno.c, 219 * it should have C compatible declaration. 220 */ 221 PJ_BEGIN_DECL 222 const char* get_libsrtp_errstr(int err); 223 PJ_END_DECL 224 218 225 const char* get_libsrtp_errstr(int err) 219 226 { -
pjproject/trunk/third_party/resample/include/resamplesubs.h
r1232 r2832 14 14 #endif 15 15 16 #ifdef __cplusplus 17 extern "C" 18 { 19 #endif 20 16 21 DECL(int) res_SrcLinear(const RES_HWORD X[], RES_HWORD Y[], 17 22 double pFactor, RES_UHWORD nx); … … 20 25 DECL(int) res_GetXOFF(double pFactor, RES_BOOL LargeF); 21 26 27 #ifdef __cplusplus 28 } 29 #endif 22 30 23 31 #endif
Note: See TracChangeset
for help on using the changeset viewer.