Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: webrtc/modules/video_coding/rtp_frame_reference_finder.h

Issue 2969043002: Remove temporary VP9 pid/tl0 jump fix. (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/modules/video_coding/rtp_frame_reference_finder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_coding/rtp_frame_reference_finder.h
diff --git a/webrtc/modules/video_coding/rtp_frame_reference_finder.h b/webrtc/modules/video_coding/rtp_frame_reference_finder.h
index 06f449ac3916a88ec106a6634b8e5f9a58d65537..f969f2e336ca2b9edef92c1911bd704a3f9f09aa 100644
--- a/webrtc/modules/video_coding/rtp_frame_reference_finder.h
+++ b/webrtc/modules/video_coding/rtp_frame_reference_finder.h
@@ -213,15 +213,6 @@ class RtpFrameReferenceFinder {
int cleared_to_seq_num_ GUARDED_BY(crit_);
OnCompleteFrameCallback* frame_callback_;
-
- // Vp9PidFix variables
- // TODO(philipel): Remove when VP9 PID does not jump mid-stream.
- int vp9_fix_last_timestamp_ = -1;
- int vp9_fix_jump_timestamp_ = -1;
- int vp9_fix_last_picture_id_ = -1;
- int vp9_fix_pid_offset_ = 0;
- int vp9_fix_last_tl0_pic_idx_ = -1;
- int vp9_fix_tl0_pic_idx_offset_ = 0;
};
} // namespace video_coding
« no previous file with comments | « no previous file | webrtc/modules/video_coding/rtp_frame_reference_finder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698