Ignore:
Timestamp:
Mar 6, 2006 1:30:39 PM (18 years ago)
Author:
bennylp
Message:

Fixed bug if payload type for rx and tx is different (i.e. dyn pt)

File:
1 edited

Legend:

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

    r215 r290  
    7171    pjmedia_sock_info   sock_info;  /**< Media transport (RTP/RTCP sockets) */ 
    7272    pj_sockaddr_in      rem_addr;   /**< Remote RTP address                 */ 
    73     pjmedia_codec_info  fmt;        /**< Codec format info.                 */ 
     73    pjmedia_codec_info  fmt;        /**< Incoming codec format info.        */ 
     74    unsigned            tx_pt;      /**< Outgoing codec paylaod type.       */ 
    7475    int                 tx_event_pt;/**< Outgoing pt for telephone-events.  */ 
    7576    int                 rx_event_pt;/**< Incoming pt for telephone-events.  */ 
Note: See TracChangeset for help on using the changeset viewer.