Ignore:
Timestamp:
08/22/10 20:05:34 (21 months ago)
Author:
shiretu
Message:

-- android related stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/thelib/src/protocols/rtp/connectivity/outboundconnectivity.cpp

    r87 r88  
    403403 
    404404        //6. RTP 
     405        //      double rtpDouble; 
     406        //      GETCLOCKS(rtpDouble); 
     407        //      rtpDouble = (rtpDouble / CLOCKS_PER_SEC) * rate; 
     408        //      uint32_t rtp = (uint32_t) rtpDouble; 
     409        //      put_htonl(pDest + 16, rtp); 
    405410        memcpy(pDest + 16, pSrc + 4, 4); 
    406411 
Note: See TracChangeset for help on using the changeset viewer.