Index: webrtc/video/receive_statistics_proxy.h |
diff --git a/webrtc/video/receive_statistics_proxy.h b/webrtc/video/receive_statistics_proxy.h |
index e54f53aac1a372585419fbd3df7cfbc45f25657b..8c9b22490bcd26b5534c7142bed6b09d6fbf3b77 100644 |
--- a/webrtc/video/receive_statistics_proxy.h |
+++ b/webrtc/video/receive_statistics_proxy.h |
@@ -45,7 +45,7 @@ class ReceiveStatisticsProxy : public VCMReceiveStatisticsCallback, |
VideoReceiveStream::Stats GetStats() const; |
- void OnDecodedFrame(); |
+ void OnDecodedFrame(int qp); |
hbos
2017/01/25 11:31:12
rtc::Optional<uint64_t>
|
void OnSyncOffsetUpdated(int64_t sync_offset_ms, double estimated_freq_khz); |
void OnRenderedFrame(const VideoFrame& frame); |
void OnIncomingPayloadType(int payload_type); |