Index: webrtc/modules/video_coding/include/video_coding.h |
diff --git a/webrtc/modules/video_coding/include/video_coding.h b/webrtc/modules/video_coding/include/video_coding.h |
index c46896c823c0393482a507aaef195a9d15590352..3920c257e811f5bc7c1ec6b325d317034e841395 100644 |
--- a/webrtc/modules/video_coding/include/video_coding.h |
+++ b/webrtc/modules/video_coding/include/video_coding.h |
@@ -384,12 +384,6 @@ class VideoCodingModule : public Module { |
virtual int RegisterRenderBufferSizeCallback( |
VCMRenderBufferSizeCallback* callback) = 0; |
- // Reset the decoder state to the initial state. |
- // |
- // Return value : VCM_OK, on success. |
- // < 0, on error. |
- virtual int32_t ResetDecoder() = 0; |
- |
// API to get the codec which is currently used for decoding by the module. |
// |
// Input: |