Delete obsolete method EncodedImage::Retain()
Bug: webrtc:9378 Change-Id: I7ba4a3842e9d9d107b920b2e5daec2c5cb23fb8e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/212602 Reviewed-by: Philip Eliasson <philipel@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33519}
This commit is contained in:
parent
6f7e205529
commit
0a104c4c2d
@ -16,7 +16,6 @@
|
||||
#include <map>
|
||||
#include <utility>
|
||||
|
||||
#include "absl/base/attributes.h"
|
||||
#include "absl/types/optional.h"
|
||||
#include "api/rtp_packet_infos.h"
|
||||
#include "api/scoped_refptr.h"
|
||||
@ -146,11 +145,6 @@ class RTC_EXPORT EncodedImage {
|
||||
return encoded_data_ ? encoded_data_->data() : nullptr;
|
||||
}
|
||||
|
||||
// TODO(bugs.webrtc.org/9378): Obsolete, delete as soon as downstream calls
|
||||
// are fixed.
|
||||
ABSL_DEPRECATED("")
|
||||
void Retain() {}
|
||||
|
||||
uint32_t _encodedWidth = 0;
|
||||
uint32_t _encodedHeight = 0;
|
||||
// NTP time of the capture time in local timebase in milliseconds.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user