From 0b17d1466b971ec8e6b617a6cfc73d55307b6b50 Mon Sep 17 00:00:00 2001 From: Evan Shrubsole Date: Wed, 21 Dec 2022 12:29:09 +0000 Subject: [PATCH] [Unwrap] Remove unused TimestampWrapAroundHandler from VideoChannel Bug: webrtc:13982 Change-Id: I070e823e9e3866bb22ce802d85fb46e522aa9230 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/288743 Reviewed-by: Ilya Nikolaevskiy Auto-Submit: Evan Shrubsole Commit-Queue: Ilya Nikolaevskiy Cr-Commit-Position: refs/heads/main@{#38941} --- media/engine/webrtc_video_engine.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/media/engine/webrtc_video_engine.h b/media/engine/webrtc_video_engine.h index 2df29320ac..ff6d562dbc 100644 --- a/media/engine/webrtc_video_engine.h +++ b/media/engine/webrtc_video_engine.h @@ -547,10 +547,6 @@ class WebRtcVideoChannel : public VideoMediaChannel, webrtc::Mutex sink_lock_; rtc::VideoSinkInterface* sink_ RTC_GUARDED_BY(sink_lock_); - // Expands remote RTP timestamps to int64_t to be able to estimate how long - // the stream has been running. - rtc::TimestampWrapAroundHandler timestamp_wraparound_handler_ - RTC_GUARDED_BY(sink_lock_); int64_t first_frame_timestamp_ RTC_GUARDED_BY(sink_lock_); // Start NTP time is estimated as current remote NTP time (estimated from // RTCP) minus the elapsed time, as soon as remote NTP time is available.