Index: webrtc/modules/video_coding/codecs/i420/include/i420.h |
diff --git a/webrtc/modules/video_coding/codecs/i420/include/i420.h b/webrtc/modules/video_coding/codecs/i420/include/i420.h |
index 9f77845e96834f03ddb15b80b60856ca080fb09e..220aea4b86f3cdcd26f2e0fcf3fcf71cecc08474 100644 |
--- a/webrtc/modules/video_coding/codecs/i420/include/i420.h |
+++ b/webrtc/modules/video_coding/codecs/i420/include/i420.h |
@@ -131,12 +131,6 @@ class I420Decoder : public VideoDecoder { |
// <0 - Error |
int Release() override; |
- // Reset decoder state and prepare for a new call. |
- // |
- // Return value : WEBRTC_VIDEO_CODEC_OK. |
- // <0 - Error |
- int Reset() override; |
- |
private: |
static const uint8_t* ExtractHeader(const uint8_t* buffer, |
uint16_t* width, |