Ignore:
Timestamp:
Jun 29, 2006 2:45:17 PM (18 years ago)
Author:
bennylp
Message:

Improvements in PJMEDIA to support RFC 3605 (RTCP attribute in SDP) and other changes to improve RTCP communication behind NAT. Also fixed bug related to RTCP reporting changes in revision 565

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/errno.h

    r518 r568  
    141141/** 
    142142 * @hideinitializer 
    143  * Invalid fmtp attribute. 
     143 * Invalid SDP "fmtp" attribute. 
    144144 */ 
    145145#define PJMEDIA_SDP_EINFMTP         (PJMEDIA_ERRNO_START+34)    /* 220034 */ 
     146/** 
     147 * @hideinitializer 
     148 * Invalid SDP "rtcp" attribute. 
     149 */ 
     150#define PJMEDIA_SDP_EINRTCP         (PJMEDIA_ERRNO_START+35)    /* 220035 */ 
    146151 
    147152 
Note: See TracChangeset for help on using the changeset viewer.