Index: webrtc/video/vie_encoder.h |
diff --git a/webrtc/video/vie_encoder.h b/webrtc/video/vie_encoder.h |
index 4a2ca1f3015f4dbe0421eb51208334ab378ec436..000b094feb259761c6f2fc70ca722b78a1365ac4 100644 |
--- a/webrtc/video/vie_encoder.h |
+++ b/webrtc/video/vie_encoder.h |
@@ -175,6 +175,8 @@ class ViEEncoder : public rtc::VideoSinkInterface<VideoFrame>, |
rtc::Event shutdown_event_; |
const uint32_t number_of_cores_; |
+ // Counts how many frames we've dropped in the initial rampup phase. |
+ int initial_rampup_; |
const std::unique_ptr<VideoSourceProxy> source_proxy_; |
EncoderSink* sink_; |