Removed unused member |last_unwrap_| from RtpFrameReferenceFinder.
Bug: none Change-Id: Ideb876d89dbab7a9f4c8c46d95217f00e07b62d6 Reviewed-on: https://webrtc-review.googlesource.com/98862 Reviewed-by: Philip Eliasson <philipel@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24644}
This commit is contained in:
@ -149,10 +149,6 @@ class RtpFrameReferenceFinder {
|
||||
std::set<uint16_t, DescendingSeqNumComp<uint16_t>> stashed_padding_
|
||||
RTC_GUARDED_BY(crit_);
|
||||
|
||||
// The last unwrapped picture id. Used to unwrap the picture id from a length
|
||||
// of |kPicIdLength| to 16 bits.
|
||||
int last_unwrap_ RTC_GUARDED_BY(crit_);
|
||||
|
||||
// Frames earlier than the last received frame that have not yet been
|
||||
// fully received.
|
||||
std::set<uint16_t, DescendingSeqNumComp<uint16_t, kPicIdLength>>
|
||||
|
||||
Reference in New Issue
Block a user