Chromium Code Reviews| Index: webrtc/video/send_statistics_proxy.cc |
| diff --git a/webrtc/video/send_statistics_proxy.cc b/webrtc/video/send_statistics_proxy.cc |
| index be58e3ed3d8b687c7597fb38761c492e454d714a..08094239a64c0524ae76a1d511dd0c66d2df5be1 100644 |
| --- a/webrtc/video/send_statistics_proxy.cc |
| +++ b/webrtc/video/send_statistics_proxy.cc |
| @@ -443,6 +443,7 @@ void SendStatisticsProxy::OnSendEncodedImage( |
| size_t simulcast_idx = 0; |
| rtc::CritScope lock(&crit_); |
| + stats_.frames_encoded++; |
|
tommi
2016/10/17 22:54:36
nit: ++foo
sakal
2016/10/18 07:59:50
Done.
|
| if (codec_info) { |
| if (codec_info->codecType == kVideoCodecVP8) { |
| simulcast_idx = codec_info->codecSpecific.VP8.simulcastIdx; |