Demote method EncodedImage::capacity() to private.
Bug: webrtc:9378 Change-Id: I83be267334fc778aff4eb2ad128d3ed693f755ff Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/185007 Commit-Queue: Niels Moller <nisse@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32177}
This commit is contained in:
@ -1484,7 +1484,6 @@ int VP9EncoderImpl::GetEncodedLayerFrame(const vpx_codec_cx_pkt* pkt) {
|
||||
encoded_image_._frameType = VideoFrameType::kVideoFrameKey;
|
||||
force_key_frame_ = false;
|
||||
}
|
||||
RTC_DCHECK_LE(encoded_image_.size(), encoded_image_.capacity());
|
||||
|
||||
codec_specific_ = {};
|
||||
absl::optional<int> spatial_index;
|
||||
|
Reference in New Issue
Block a user