Don't use the |codec_settings| parameter in I420Decoder::InitDecode.

Bug: webrtc:9106
Change-Id: I05e69c0272f782d3811b4f294ac4669215112768
Reviewed-on: https://webrtc-review.googlesource.com/66721
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Commit-Queue: Philip Eliasson <philipel@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22729}
This commit is contained in:
philipel
2018-04-04 11:49:49 +02:00
committed by Commit Bot
parent 9d7d75b0fd
commit 98ee49d5fb
2 changed files with 6 additions and 28 deletions

View File

@ -131,9 +131,6 @@ class I420Decoder : public VideoDecoder {
uint16_t* width,
uint16_t* height);
int _width;
int _height;
bool _inited;
DecodedImageCallback* _decodeCompleteCallback;
}; // class I420Decoder