| Index: webrtc/modules/video_coding/codecs/vp8/vp8_impl.h
|
| diff --git a/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h b/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h
|
| index d24dfa36a2da6030d85fbed703f152ae013d9a3c..77e1dc459ce146888df4a45a2eb97826d01e7d28 100644
|
| --- a/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h
|
| +++ b/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h
|
| @@ -149,7 +149,8 @@ class VP8DecoderImpl : public VP8Decoder {
|
|
|
| int ReturnFrame(const vpx_image_t* img,
|
| uint32_t timeStamp,
|
| - int64_t ntp_time_ms);
|
| + int64_t ntp_time_ms,
|
| + int qp);
|
|
|
| I420BufferPool buffer_pool_;
|
| DecodedImageCallback* decode_complete_callback_;
|
|
|