Index: webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc |
diff --git a/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc b/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc |
index 246f613758a9cdcdc81329e1ceb66d1e779a66af..05e45ff856600ad671f11e92f902c42b4fa0d84b 100644 |
--- a/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc |
+++ b/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc |
@@ -840,14 +840,6 @@ VP9DecoderImpl::~VP9DecoderImpl() { |
} |
} |
-int VP9DecoderImpl::Reset() { |
- if (!inited_) { |
- return WEBRTC_VIDEO_CODEC_UNINITIALIZED; |
- } |
- InitDecode(&codec_, 1); |
- return WEBRTC_VIDEO_CODEC_OK; |
-} |
- |
int VP9DecoderImpl::InitDecode(const VideoCodec* inst, int number_of_cores) { |
if (inst == NULL) { |
return WEBRTC_VIDEO_CODEC_ERR_PARAMETER; |