Index: webrtc/video_send_stream.h |
diff --git a/webrtc/video_send_stream.h b/webrtc/video_send_stream.h |
index c0bee4ed3c9d5cdabea5a28530a43df8d24818c0..4ca9fa72f44de06c26035902e6a687136aad57ae 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; |
uint32_t frames_encoded = 0; |
+ rtc::Optional<uint64_t> qp_sum; |
// Bitrate the encoder is currently configured to use due to bandwidth |
// limitations. |
int target_media_bitrate_bps = 0; |