| Index: webrtc/video/send_statistics_proxy.h
|
| diff --git a/webrtc/video/send_statistics_proxy.h b/webrtc/video/send_statistics_proxy.h
|
| index 5a479a1e80484175b71814040639a2f6734ff202..bb0372aec18542597c73bd49d87f78fb3277b1b2 100644
|
| --- a/webrtc/video/send_statistics_proxy.h
|
| +++ b/webrtc/video/send_statistics_proxy.h
|
| @@ -126,7 +126,8 @@ class SendStatisticsProxy : public CpuOveruseMetricsObserver,
|
| int64_t bitrate_update_ms;
|
| };
|
| struct QpCounters {
|
| - SampleCounter vp8;
|
| + SampleCounter vp8; // QP range: 0-127
|
| + SampleCounter vp9; // QP range: 0-255
|
| };
|
| void PurgeOldStats() EXCLUSIVE_LOCKS_REQUIRED(crit_);
|
| VideoSendStream::StreamStats* GetStatsEntry(uint32_t ssrc)
|
|
|