Index: webrtc/video_send_stream.h |
diff --git a/webrtc/video_send_stream.h b/webrtc/video_send_stream.h |
index d438c2f4414d71f98d0bf46a126b527be4101819..40e4ce185c86a62340bd0076cb624f455022a0a9 100644 |
--- a/webrtc/video_send_stream.h |
+++ b/webrtc/video_send_stream.h |
@@ -57,6 +57,7 @@ class VideoSendStream { |
int avg_encode_time_ms = 0; |
int encode_usage_percent = 0; |
int frames_encoded = 0; |
+ int qp_sum = 0; |
hbos
2016/10/20 17:08:21
Should be uint32_t
sakal
2016/10/21 08:59:43
Done.
|
// Bitrate the encoder is currently configured to use due to bandwidth |
// limitations. |
int target_media_bitrate_bps = 0; |