Remove use of inter_layer_predicted in FrameBuffer2.

Now that RtpVp9RefFinder sets an additional reference on the frame instead of marking it as inter_layer_predicted it is no longer used.

Bug: webrtc:12206
Change-Id: I10e0930336eafc32dc86feb2f690cb131e55be2c
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/196740
Commit-Queue: Philip Eliasson <philipel@webrtc.org>
Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32814}
This commit is contained in:
philipel
2020-12-10 10:49:20 +01:00
committed by Commit Bot
parent b95d90b78a
commit cb327d9162
3 changed files with 97 additions and 132 deletions

View File

@ -79,6 +79,7 @@ class EncodedFrame : public webrtc::VCMEncodedFrame {
// many |references|.
size_t num_references = 0;
int64_t references[kMaxFrameReferences];
// TODO(bugs.webrtc.org/12206) Remove after downstream has been updated.
bool inter_layer_predicted = false;
// Is this subframe the last one in the superframe (In RTP stream that would
// mean that the last packet has a marker bit set).