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

Bug: webrtc:9106
Change-Id: I3d3f38faa0269a01bfb254a9f24839fbcf959463
Reviewed-on: https://webrtc-review.googlesource.com/66741
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Commit-Queue: Philip Eliasson <philipel@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22728}
This commit is contained in:
philipel
2018-04-04 13:03:01 +02:00
committed by Commit Bot
parent e2be7ee2e8
commit 9d7d75b0fd
2 changed files with 1 additions and 11 deletions

View File

@ -163,7 +163,6 @@ class VP9DecoderImpl : public VP9Decoder {
DecodedImageCallback* decode_complete_callback_;
bool inited_;
vpx_codec_ctx_t* decoder_;
VideoCodec codec_;
bool key_frame_required_;
};
} // namespace webrtc