From 2e0da5aa389fca1a238edb0e2ed79d9a17a7eff9 Mon Sep 17 00:00:00 2001 From: philipel Date: Tue, 20 Mar 2018 11:17:48 +0100 Subject: [PATCH] Remove EncodedFrame picture_id/spatial_layer references. Bug: webrtc:8909 Change-Id: I8499968829aaa8069b92b4a3cda81bfea759f2a4 Reviewed-on: https://webrtc-review.googlesource.com/63262 Reviewed-by: Karl Wiberg Commit-Queue: Philip Eliasson Cr-Commit-Position: refs/heads/master@{#22512} --- api/video/encoded_frame.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/video/encoded_frame.h b/api/video/encoded_frame.h index 54329f1058..345cc2137f 100644 --- a/api/video/encoded_frame.h +++ b/api/video/encoded_frame.h @@ -77,10 +77,6 @@ class EncodedFrame : public webrtc::VCMEncodedFrame { bool is_keyframe() const { return num_references == 0; } VideoLayerFrameId id; - // TODO(philipel): Remove the two references below when downstream projects - // have been updated. - int64_t& picture_id = id.picture_id; - uint8_t& spatial_layer = id.spatial_layer; uint32_t timestamp = 0; // TODO(philipel): Add simple modify/access functions to prevent adding too