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:
@ -77,10 +77,6 @@ class EncodedFrame : public webrtc::VCMEncodedFrame {
|
|||||||
bool is_keyframe() const { return num_references == 0; }
|
bool is_keyframe() const { return num_references == 0; }
|
||||||
|
|
||||||
VideoLayerFrameId id;
|
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;
|
uint32_t timestamp = 0;
|
||||||
|
|
||||||
// TODO(philipel): Add simple modify/access functions to prevent adding too
|
// TODO(philipel): Add simple modify/access functions to prevent adding too
|
||||||
|
|||||||
Reference in New Issue
Block a user