Delete webrtc::VideoFrame::CopyFrame.

BUG=webrtc:5682

Review-Url: https://codereview.webrtc.org/2371363003
Cr-Commit-Position: refs/heads/master@{#14550}
This commit is contained in:
nisse
2016-10-06 05:00:06 -07:00
committed by Commit bot
parent 93e451b0f5
commit 0e7c7ce35d
6 changed files with 6 additions and 65 deletions

View File

@ -110,7 +110,7 @@ bool Vp8UnitTestDecodeCompleteCallback::DecodeComplete() {
}
int Vp8UnitTestDecodeCompleteCallback::Decoded(VideoFrame& image) {
decoded_frame_->CopyFrame(image);
decoded_frame_->ShallowCopy(image);
decode_complete = true;
return 0;
}