commit | c402dbe2b0ec92c3f6fe3b3b64d9e112a1685d5c | [log] [tgz] |
---|---|---|
author | Rasmus Brandt <brandtr@webrtc.org> | Mon Feb 04 11:09:46 2019 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Feb 04 10:49:04 2019 +0000 |
tree | 857b4044f7a797d49ccad0016e3e02e0f567f5fa | |
parent | 819661a9656fb3eebaaab8d27329c9a5021bda00 [diff] [blame] |
Account for simulcast hysteresis in padding rate calculation. Bug: webrtc:10271 Change-Id: If0b0eb7d94fb1c892880ff4745f34c43fcdeee54 Reviewed-on: https://webrtc-review.googlesource.com/c/120661 Commit-Queue: Rasmus Brandt <brandtr@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26527}
diff --git a/api/video/video_stream_encoder_interface.h b/api/video/video_stream_encoder_interface.h index 0cd9ddc..7181143 100644 --- a/api/video/video_stream_encoder_interface.h +++ b/api/video/video_stream_encoder_interface.h
@@ -42,6 +42,7 @@ public: virtual void OnEncoderConfigurationChanged( std::vector<VideoStream> streams, + VideoEncoderConfig::ContentType content_type, int min_transmit_bitrate_bps) = 0; };