Changeset 225


Ignore:
Timestamp:
Feb 23, 2006 6:02:27 PM (18 years ago)
Author:
bennylp
Message:

Fixed bugs when codec order in remote and local sdp is different

File:
1 edited

Legend:

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

    r215 r225  
    139139        return PJMEDIA_EINVALIDIP; 
    140140    } 
    141  
    142     /* For this version of PJMEDIA, send and receive media must use 
    143      * the same codec. 
    144      */ 
    145     if (pj_strcmp(&local_m->desc.fmt[0], &rem_m->desc.fmt[0]) != 0) 
    146         return PJMEDIA_EASYMCODEC; 
    147  
    148141 
    149142    /* And codec must be numeric! */ 
Note: See TracChangeset for help on using the changeset viewer.