| Index: webrtc/modules/rtp_rtcp/source/rtp_utility.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_utility.h b/webrtc/modules/rtp_rtcp/source/rtp_utility.h
|
| index 7582f3a98ab069e86bf6a7ea43707d1fa93f2800..bdcb11ccc266a526332fdf6e442f686d8d956367 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_utility.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_utility.h
|
| @@ -46,15 +46,6 @@ namespace RtpUtility {
|
|
|
| typedef std::map<int8_t, Payload*> PayloadTypeMap;
|
|
|
| - // Return the current RTP timestamp from the NTP timestamp
|
| - // returned by the specified clock.
|
| - uint32_t GetCurrentRTP(Clock* clock, uint32_t freq);
|
| -
|
| - // Return the current RTP absolute timestamp.
|
| - uint32_t ConvertNTPTimeToRTP(uint32_t NTPsec,
|
| - uint32_t NTPfrac,
|
| - uint32_t freq);
|
| -
|
| uint32_t pow2(uint8_t exp);
|
|
|
| // Returns true if |newTimestamp| is older than |existingTimestamp|.
|
|
|