Ignore:
Timestamp:
Jun 29, 2006 3:42:57 PM (18 years ago)
Author:
bennylp
Message:

Fixed minor bug: RTCP session not fully cleared when it is initialized (should bzero everything), causing incorrect stats when it is reused for next call. Also couple of gcc warnings fixed.

File:
1 edited

Legend:

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

    r568 r569  
    458458                           rtpmap->clock_rate, 
    459459                           (rtpmap->param.slen ? "/" : ""), 
    460                            rtpmap->param.slen, 
     460                           (int)rtpmap->param.slen, 
    461461                           rtpmap->param.ptr); 
    462462 
Note: See TracChangeset for help on using the changeset viewer.