Ignore:
Timestamp:
Feb 4, 2016 6:11:58 AM (7 years ago)
Author:
ming
Message:

Fixed #1904: Support for Opus codec

File:
1 edited

Legend:

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

    r4335 r5239  
    122122#endif 
    123123 
     124#if PJMEDIA_HAS_OPUS_CODEC 
     125    /* Register OPUS */ 
     126    status = pjmedia_codec_opus_init(endpt); 
     127    if (status != PJ_SUCCESS) 
     128        return status; 
     129#endif 
     130 
    124131    return PJ_SUCCESS; 
    125132} 
Note: See TracChangeset for help on using the changeset viewer.