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:
@ -131,9 +131,6 @@ class I420Decoder : public VideoDecoder {
|
||||
uint16_t* width,
|
||||
uint16_t* height);
|
||||
|
||||
int _width;
|
||||
int _height;
|
||||
bool _inited;
|
||||
DecodedImageCallback* _decodeCompleteCallback;
|
||||
}; // class I420Decoder
|
||||
|
||||
|
||||
Reference in New Issue
Block a user