Delete VCMEncodedFrame methods Buffer and MutableBuffer
Replaced by inherited method EncodedImage::data(). Bug: webrtc:9378 Change-Id: I4ec75148f578c72ffb407f9cbf6b4232cc9cfcf6 Reviewed-on: https://webrtc-review.googlesource.com/c/116962 Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26212}
This commit is contained in:
@ -272,7 +272,7 @@ class TestBasicJitterBuffer : public ::testing::TestWithParam<std::string>,
|
||||
bool startCode) {
|
||||
ASSERT_TRUE(frame_out);
|
||||
|
||||
const uint8_t* outData = frame_out->Buffer();
|
||||
const uint8_t* outData = frame_out->data();
|
||||
unsigned int i = 0;
|
||||
|
||||
if (startCode) {
|
||||
|
Reference in New Issue
Block a user