Ignore:
Timestamp:
Apr 24, 2006 11:13:00 PM (18 years ago)
Author:
bennylp
Message:

Better support for continuing media when peer has restarted transmission/RTP session

File:
1 edited

Legend:

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

    r390 r408  
    193193                                 in other flags.                            */ 
    194194            int badpt:1;    /**< Bad payload type.                          */ 
     195            int badssrc:1;  /**< Bad SSRC                                   */ 
    195196            int dup:1;      /**< Indicates duplicate packet                 */ 
    196197            int outorder:1; /**< Indicates out of order packet              */ 
Note: See TracChangeset for help on using the changeset viewer.