Index: webrtc/video_send_stream.h |
diff --git a/webrtc/video_send_stream.h b/webrtc/video_send_stream.h |
index 0c0af80ef7c41642dda170892b2201a2488ec9d7..0461fad9afeea102c7a0a46515c2468fe46896cc 100644 |
--- a/webrtc/video_send_stream.h |
+++ b/webrtc/video_send_stream.h |
@@ -59,6 +59,7 @@ class VideoSendStream : public SendStream { |
StreamDataCounters rtp_stats; |
RtcpPacketTypeCounter rtcp_packet_type_counts; |
RtcpStatistics rtcp_stats; |
+ int qp = -1; // Average codec quantizer value (range: 0-127 for VP8). |
}; |
struct Stats { |