Index: webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc |
diff --git a/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc b/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc |
index dcc9cd894ffc69b2594dbb9fd2a07d087667bab9..5d22d72144413f0cb6477cdc38db082b1c272b5c 100644 |
--- a/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc |
+++ b/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc |
@@ -1085,15 +1085,6 @@ VP8DecoderImpl::~VP8DecoderImpl() { |
Release(); |
} |
-int VP8DecoderImpl::Reset() { |
- if (!inited_) { |
- return WEBRTC_VIDEO_CODEC_UNINITIALIZED; |
- } |
- InitDecode(&codec_, 1); |
- propagation_cnt_ = -1; |
- return WEBRTC_VIDEO_CODEC_OK; |
-} |
- |
int VP8DecoderImpl::InitDecode(const VideoCodec* inst, int number_of_cores) { |
int ret_val = Release(); |
if (ret_val < 0) { |