Index: webrtc/modules/video_coding/codecs/vp9/vp9_impl.h |
diff --git a/webrtc/modules/video_coding/codecs/vp9/vp9_impl.h b/webrtc/modules/video_coding/codecs/vp9/vp9_impl.h |
index 7e65f3b21143bc1fd769f26cf5d7804e0ef50a01..3ff2d1fa49095c5ebd434ea8c7585c5bf7299500 100644 |
--- a/webrtc/modules/video_coding/codecs/vp9/vp9_impl.h |
+++ b/webrtc/modules/video_coding/codecs/vp9/vp9_impl.h |
@@ -153,9 +153,7 @@ class VP9DecoderImpl : public VP9Decoder { |
const char* ImplementationName() const override; |
private: |
- int ReturnFrame(const vpx_image_t* img, |
- uint32_t timestamp, |
- int64_t ntp_time_ms); |
+ int ReturnFrame(const vpx_image_t* img, uint32_t timeStamp); |
// Memory pool used to share buffers between libvpx and webrtc. |
Vp9FrameBufferPool frame_buffer_pool_; |