Index: webrtc/common_types.h |
diff --git a/webrtc/common_types.h b/webrtc/common_types.h |
index 9b730a13cbbea99b163a86681345339b62e56bac..e5958210bafbfe559ff5634626a55cbfa1b0179b 100644 |
--- a/webrtc/common_types.h |
+++ b/webrtc/common_types.h |
@@ -705,6 +705,7 @@ struct VideoCodec { |
SimulcastStream simulcastStream[kMaxSimulcastStreams]; |
VideoCodecMode mode; |
+ bool forceDisableWrapperFrameDropper; |
stefan-webrtc
2015/10/01 08:45:59
Maybe disableGenericBitrateFrameDropper?
ivica
2015/10/01 09:29:20
Renamed.
|
// When using an external encoder/decoder this allows to pass |
// extra options without requiring webrtc to be aware of them. |