Changeset 4264 for pjproject/trunk/pjmedia/src/pjmedia-codec/audio_codecs.c
- Timestamp:
- Sep 24, 2012 6:58:16 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia-codec/audio_codecs.c
r3910 r4264 115 115 #endif 116 116 117 #if PJMEDIA_HAS_SILK_CODEC 118 /* Register SILK */ 119 status = pjmedia_codec_silk_init(endpt); 120 if (status != PJ_SUCCESS) 121 return status; 122 #endif 123 117 124 return PJ_SUCCESS; 118 125 }
Note: See TracChangeset
for help on using the changeset viewer.