Remove unused VideoDecoder methods.

Removing VideoDecoder::Copy() and
VideoDecoder::SetCodecConfigParameters().

Also adding override to VP8DecoderImpl.

BUG=
R=mflodman@webrtc.org, stefan@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/55409004

Cr-Commit-Position: refs/heads/master@{#9244}
This commit is contained in:
Peter Boström
2015-05-21 09:42:33 +02:00
parent 1a07a1e825
commit b302ad4eab
6 changed files with 6 additions and 116 deletions

View File

@ -102,11 +102,6 @@ class I420Decoder : public VideoDecoder {
int InitDecode(const VideoCodec* codecSettings,
int /*numberOfCores*/) override;
int SetCodecConfigParameters(const uint8_t* /*buffer*/,
int /*size*/) override {
return WEBRTC_VIDEO_CODEC_OK;
}
// Decode encoded image (as a part of a video stream). The decoded image
// will be returned to the user through the decode complete callback.
//