Ignore:
Timestamp:
Sep 17, 2006 2:59:55 PM (18 years ago)
Author:
bennylp
Message:

Removed G.711 Annex I PLC from the source (because of possible licensing/patent infringement issues) and replace it with Steve Underwood's PLC implementation which is distributed under dual GPL/LGPL license.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/sound_port.c

    r658 r723  
    233233 
    234234 
     235#ifdef SIMULATE_LOST_PCT 
     236    snd_port->options |= PJMEDIA_PLC_ENABLED; 
     237#endif 
     238 
    235239    /* If we have player components, allocate buffer to save the last 
    236240     * frame played to the speaker. The last frame is used for packet 
Note: See TracChangeset for help on using the changeset viewer.