Index: webrtc/common_types.h |
diff --git a/webrtc/common_types.h b/webrtc/common_types.h |
index 9b730a13cbbea99b163a86681345339b62e56bac..18f578c40015bb65a9d3de260e46c45758b9d7c2 100644 |
--- a/webrtc/common_types.h |
+++ b/webrtc/common_types.h |
@@ -705,6 +705,7 @@ struct VideoCodec { |
SimulcastStream simulcastStream[kMaxSimulcastStreams]; |
VideoCodecMode mode; |
+ bool disableGenericBitrateFrameDropper; |
// When using an external encoder/decoder this allows to pass |
// extra options without requiring webrtc to be aware of them. |