Ignore:
Timestamp:
Feb 21, 2006 12:11:18 AM (18 years ago)
Author:
bennylp
Message:

Initial conference implementation

File:
1 edited

Legend:

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

    r203 r205  
    2222#include <pjmedia/codec.h> 
    2323#include <pjmedia/errno.h> 
     24#include <pjmedia/port.h> 
    2425#include <pj/pool.h> 
    2526#include <pj/string.h> 
     
    502503 * John Wiley & Sons, pps 98-111 and 472-476. 
    503504 */ 
    504 static unsigned char 
     505unsigned char 
    505506linear2alaw( 
    506507        int             pcm_val)        /* 2's complement (16-bit range) */ 
     
    538539 * 
    539540 */ 
    540 static int 
     541int 
    541542alaw2linear( 
    542543        unsigned char   a_val) 
     
    636637 * original code word. This is in keeping with ISDN conventions. 
    637638 */ 
    638 static int 
     639int 
    639640ulaw2linear( 
    640641        unsigned char   u_val) 
Note: See TracChangeset for help on using the changeset viewer.