From 265b868e23b5cac6fb150d02848ebe71e04e697d Mon Sep 17 00:00:00 2001 From: philipel Date: Tue, 3 Jul 2018 14:39:53 +0200 Subject: [PATCH] Remove non-implemented function signatures from RtpFrameReferenceFinder. Bug: none Change-Id: I17e7cb6300cc6f4c82517d6a2059c7be6d4fb9ad Reviewed-on: https://webrtc-review.googlesource.com/86882 Reviewed-by: Danil Chapovalov Commit-Queue: Philip Eliasson Cr-Commit-Position: refs/heads/master@{#23832} --- .../video_coding/rtp_frame_reference_finder.h | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/modules/video_coding/rtp_frame_reference_finder.h b/modules/video_coding/rtp_frame_reference_finder.h index d7d1c1260c..f0344f163d 100644 --- a/modules/video_coding/rtp_frame_reference_finder.h +++ b/modules/video_coding/rtp_frame_reference_finder.h @@ -129,25 +129,6 @@ class RtpFrameReferenceFinder { void UnwrapPictureIds(RtpFrameObject* frame) RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_); - // Returns true if the frame is old and should be dropped. - // TODO(philipel): Remove when VP9 PID/TL0 does not jump mid-stream (should be - // around M59). - bool Vp9PidTl0Fix(const RtpFrameObject& frame, - int16_t* picture_id, - int16_t* tl0_pic_idx) RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_); - - // TODO(philipel): Remove when VP9 PID/TL0 does not jump mid-stream (should be - // around M59). - bool DetectVp9PicIdJump(int fixed_pid, - int fixed_tl0, - uint32_t timestamp) const - RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_); - - // TODO(philipel): Remove when VP9 PID/TL0 does not jump mid-stream (should be - // around M59). - bool DetectVp9Tl0PicIdxJump(int fixed_tl0, uint32_t timestamp) const - RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_); - // For every group of pictures, hold two sequence numbers. The first being // the sequence number of the last packet of the last completed frame, and // the second being the sequence number of the last packet of the last