Index: webrtc/video_send_stream.h |
diff --git a/webrtc/video_send_stream.h b/webrtc/video_send_stream.h |
index 43283a55da1e959cd03c098c7e796376f3b9c6ed..d438c2f4414d71f98d0bf46a126b527be4101819 100644 |
--- a/webrtc/video_send_stream.h |
+++ b/webrtc/video_send_stream.h |
@@ -56,6 +56,7 @@ class VideoSendStream { |
int encode_frame_rate = 0; |
int avg_encode_time_ms = 0; |
int encode_usage_percent = 0; |
+ int frames_encoded = 0; |
hbos
2016/10/20 16:45:08
Same here, uint32_t.
sakal
2016/10/21 08:38:34
Done.
|
// Bitrate the encoder is currently configured to use due to bandwidth |
// limitations. |
int target_media_bitrate_bps = 0; |