Remove higher_spatial_layers from RTPVideoHeader structure as unused.
The idea to communicate spatial dependencies with spatial layers bitmask wasn't fully implemented and was dropped in later version of the descriptor. Bug: webrtc:10342 Change-Id: I1ed191c3a2a9d2e1e9ddf313f781ca8257c34dfa Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/166165 Reviewed-by: Markus Handell <handellm@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30278}
This commit is contained in:
committed by
Commit Bot
parent
6ca908f48c
commit
c6f81a71e5
@ -43,7 +43,6 @@ struct RTPVideoHeader {
|
||||
int spatial_index = 0;
|
||||
int temporal_index = 0;
|
||||
absl::InlinedVector<int64_t, 5> dependencies;
|
||||
absl::InlinedVector<int, 5> higher_spatial_layers;
|
||||
bool discardable = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user