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:
Danil Chapovalov
2020-01-16 10:21:46 +01:00
committed by Commit Bot
parent 6ca908f48c
commit c6f81a71e5
4 changed files with 1 additions and 11 deletions

View File

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