Index: webrtc/config.h |
diff --git a/webrtc/config.h b/webrtc/config.h |
index 52711636acb9e66c64b9bb475579f52d8fda98f6..e9d7939ab68f97b79ee53dc5e60da8490bf01bf5 100644 |
--- a/webrtc/config.h |
+++ b/webrtc/config.h |
@@ -112,6 +112,10 @@ struct VideoEncoderConfig { |
// maintaining a higher bitrate estimate. Padding will however not be sent |
// unless the estimated bandwidth indicates that the link can handle it. |
int min_transmit_bitrate_bps; |
+ |
+ struct { // Testing only. |
+ bool force_disable_wrapper_frame_dropper; |
+ } test; |
stefan-webrtc
2015/10/01 08:45:59
Maybe we can have this as a non-test option? It is
ivica
2015/10/01 09:29:20
Removed the 'test' struct.
|
}; |
// Controls the capacity of the packet buffer in NetEq. The capacity is the |