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