commit | 6c75c989648018a1537bb29d41fbcb730b143c15 | [log] [tgz] |
---|---|---|
author | wu@webrtc.org <wu@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Tue Apr 15 17:46:33 2014 +0000 |
committer | wu@webrtc.org <wu@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Tue Apr 15 17:46:33 2014 +0000 |
tree | 2c528362ac26c102e40dd137e9ac9250f41659cf | |
parent | 1fd5b45a0eb1359fa829a0d4cf93c48d47f3e519 [diff] [blame] |
Propagate capture ntp timestamp from rtp to renderer. Mostly the interface changes, the real implementation of ntp timestamp will come in a follow up cl. TEST=new tests and try bots BUG=3111 R=niklas.enbom@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/11469004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5911 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/video_coding/main/source/packet.h b/webrtc/modules/video_coding/main/source/packet.h index e9a81bb..242d3a4 100644 --- a/webrtc/modules/video_coding/main/source/packet.h +++ b/webrtc/modules/video_coding/main/source/packet.h
@@ -33,6 +33,8 @@ uint8_t payloadType; uint32_t timestamp; + // NTP time of the capture time in local timebase in milliseconds. + int64_t ntp_time_ms_; uint16_t seqNum; const uint8_t* dataPtr; uint32_t sizeBytes;