Updates to video config to allow changes in google3 tests, in order to not break anything.
Bug: webrtc:8630
Change-Id: I71bfd3f01344c80a83b728385b9231b47ee1fd5d
Reviewed-on: https://webrtc-review.googlesource.com/32460
Commit-Queue: Seth Hampson <shampson@webrtc.org>
Reviewed-by: Elad Alon <eladalon@webrtc.org>
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Reviewed-by: Peter Thatcher <pthatcher@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21373}
diff --git a/call/video_config.h b/call/video_config.h
index 52a3e9a..2276e78 100644
--- a/call/video_config.h
+++ b/call/video_config.h
@@ -35,6 +35,7 @@
int min_bitrate_bps;
int target_bitrate_bps;
int max_bitrate_bps;
+ rtc::Optional<double> bitrate_priority;
int max_qp;
@@ -142,6 +143,8 @@
// unless the estimated bandwidth indicates that the link can handle it.
int min_transmit_bitrate_bps;
int max_bitrate_bps;
+ // The bitrate priority used for all VideoStreams.
+ double bitrate_priority;
// Max number of encoded VideoStreams to produce.
size_t number_of_streams;