Index: webrtc/common_types.h |
diff --git a/webrtc/common_types.h b/webrtc/common_types.h |
index c11c4d7a734c3fe7bd57e693a11cf030af0b764d..be44f00baf0d3b41c99e684827a93391c09c537b 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. |