Move timestamp_extrapolator and rtp_to_ntp to system wrapper so that it can be shared by both audio and video engine.
BUG=3111 TEST=try bots R=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/13459004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6074 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
namespace webrtc {
|
||||
|
||||
class Clock;
|
||||
class VCMTimestampExtrapolator;
|
||||
class TimestampExtrapolator;
|
||||
|
||||
class VCMTiming {
|
||||
public:
|
||||
@ -101,7 +101,7 @@ class VCMTiming {
|
||||
CriticalSectionWrapper* crit_sect_;
|
||||
Clock* clock_;
|
||||
bool master_;
|
||||
VCMTimestampExtrapolator* ts_extrapolator_;
|
||||
TimestampExtrapolator* ts_extrapolator_;
|
||||
VCMCodecTimer codec_timer_;
|
||||
uint32_t render_delay_ms_;
|
||||
uint32_t min_playout_delay_ms_;
|
||||
|
||||
Reference in New Issue
Block a user