commit | f6464c9ef70d5b2c66dfacd816e0f30df8f72202 | [log] [tgz] |
---|---|---|
author | Seth Hampson <shampson@webrtc.org> | Wed Jan 17 21:55:14 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jan 17 23:36:47 2018 |
tree | 143b02a70798e65502b06e8d37a4df34507b23c1 | |
parent | c1094eb81dad02e59270fa30b20a716b7c998ba1 [diff] [blame] |
Adds the active field to SimulcastStream and VideoCodec structs. These needed to be added so that changes can be made to downstream clients to prevent downstream test failures from another CL. https://webrtc-review.googlesource.com/c/src/+/39883 TBR=solenberg@webrtc.org Bug: webrtc:8653 Change-Id: I5bbc33080f6fb3a683319ee642f7cb71fe360608 Reviewed-on: https://webrtc-review.googlesource.com/40384 Reviewed-by: Seth Hampson <shampson@webrtc.org> Commit-Queue: Seth Hampson <shampson@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21664}
diff --git a/common_types.cc b/common_types.cc index 07f77b7..61e58b7 100644 --- a/common_types.cc +++ b/common_types.cc
@@ -31,6 +31,7 @@ minBitrate(0), targetBitrate(0), maxFramerate(0), + active(true), qpMax(0), numberOfSimulcastStreams(0), simulcastStream(),