Ignore:
Timestamp:
Sep 24, 2012 6:58:16 AM (12 years ago)
Author:
nanang
Message:

Re #1586: Initial version of SILK wrapper.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia-codec/audio_codecs.c

    r3910 r4264  
    115115#endif 
    116116 
     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 
    117124    return PJ_SUCCESS; 
    118125} 
Note: See TracChangeset for help on using the changeset viewer.