Ignore:
Timestamp:
Jun 29, 2006 9:51:09 AM (18 years ago)
Author:
bennylp
Message:

Minor bug fix and enhancements: (1) fixed bug that caused out-of-order status to be raised when incoming sequence number is random, (2) changed RTCP to only calculate jitter when the RTP timestamp of the packet is different than previous one, and (3) change RTP to randomize initial sequence number

File:
1 edited

Legend:

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

    r537 r567  
    240240     
    241241    pjmedia_rtp_seq_session seq_ctrl;   /**< RTCP sequence number control.  */ 
     242    unsigned                rtp_last_ts;/**< Last timestamp in RX RTP pkt.  */ 
    242243 
    243244    unsigned                clock_rate; /**< Clock rate of the stream       */ 
Note: See TracChangeset for help on using the changeset viewer.