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 <kwiberg@webrtc.org>
Commit-Queue: Philip Eliasson <philipel@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22512}
This commit is contained in:
philipel
2018-03-20 11:17:48 +01:00
committed by Commit Bot
parent f18072e556
commit 2e0da5aa38

View File

@ -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