Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(549)

Unified Diff: webrtc/video/vie_encoder.h

Issue 2630333002: Drop frames until specified bitrate is achieved. (Closed)
Patch Set: keep initial start bitrate at 0 Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/video/vie_encoder.h
diff --git a/webrtc/video/vie_encoder.h b/webrtc/video/vie_encoder.h
index b81bf5b8d7608e3c5bc73b94fec5581063c9bdde..870e9877f82c93631baa565efc21a8f5f01ff44c 100644
--- a/webrtc/video/vie_encoder.h
+++ b/webrtc/video/vie_encoder.h
@@ -117,6 +117,7 @@ class ViEEncoder : public rtc::VideoSinkInterface<VideoFrame>,
// Used for testing. For example the |ScalingObserverInterface| methods must
// be called on |encoder_queue_|.
rtc::TaskQueue* encoder_queue() { return &encoder_queue_; }
+ bool initial_rampup_ = false;
sprang_webrtc 2017/01/16 13:45:23 Please initialize in ctor instead.
kthelgason 2017/01/16 14:08:45 Done.
// webrtc::ScalingObserverInterface implementation.
// These methods are protected for easier testing.

Powered by Google App Engine
This is Rietveld 408576698