mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-20 00:57:49 +01:00
(Auto)update libjingle 66406192-> 66424806
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6075 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
66773a032a
commit
2219037e5e
1 changed files with 3 additions and 2 deletions
|
@ -81,8 +81,6 @@ void DestroyWebRtcMediaEngine(cricket::MediaEngineInterface* media_engine) {
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const int kVideoCodecClockratekHz = cricket::kVideoCodecClockrate / 1000;
|
|
||||||
|
|
||||||
|
|
||||||
namespace cricket {
|
namespace cricket {
|
||||||
|
|
||||||
|
@ -232,6 +230,9 @@ class WebRtcRenderAdapter : public webrtc::ExternalRenderer {
|
||||||
first_frame_arrived_ = true;
|
first_frame_arrived_ = true;
|
||||||
capture_start_rtp_time_stamp_ = rtp_time_stamp;
|
capture_start_rtp_time_stamp_ = rtp_time_stamp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const int kVideoCodecClockratekHz = cricket::kVideoCodecClockrate / 1000;
|
||||||
|
|
||||||
#ifdef USE_WEBRTC_DEV_BRANCH
|
#ifdef USE_WEBRTC_DEV_BRANCH
|
||||||
if (ntp_time_ms > 0) {
|
if (ntp_time_ms > 0) {
|
||||||
uint32 elapsed_time_ms =
|
uint32 elapsed_time_ms =
|
||||||
|
|
Loading…
Reference in a new issue