| 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..6bebd46212fb18dc5c3d1f08753dcef3c81f07ad 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;
|
| if (codec_info) {
|
| if (codec_info->codecType == kVideoCodecVP8) {
|
| simulcast_idx = codec_info->codecSpecific.VP8.simulcastIdx;
|
|
|