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 d507b355f7bd6d4be29c372c78edf50f1141a471..8b92b06f878ff7902955e09597b6edcc67d0e526 100644 |
--- a/webrtc/modules/video_coding/codecs/vp9/vp9_impl.h |
+++ b/webrtc/modules/video_coding/codecs/vp9/vp9_impl.h |
@@ -154,7 +154,8 @@ class VP9DecoderImpl : public VP9Decoder { |
private: |
int ReturnFrame(const vpx_image_t* img, |
uint32_t timestamp, |
- int64_t ntp_time_ms); |
+ int64_t ntp_time_ms, |
+ int qp); |
// Memory pool used to share buffers between libvpx and webrtc. |
Vp9FrameBufferPool frame_buffer_pool_; |