Ignore:
Timestamp:
Mar 16, 2006 6:52:55 PM (18 years ago)
Author:
bennylp
Message:

Added sound port (sound_port.h/c), and changed sound and RTCP names from pj_* to pjmedia_*

File:
1 edited

Legend:

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

    r319 r321  
    114114    { PJMEDIA_ENCBITS,              "Media ports have incompatible bits per sample" }, 
    115115    { PJMEDIA_ENCBYTES,             "Media ports have incompatible bytes per frame" }, 
     116    { PJMEDIA_ENCCHANNEL,           "Media ports have incompatible number of channels" }, 
    116117 
    117118    /* Media file errors: */ 
Note: See TracChangeset for help on using the changeset viewer.