Index: webrtc/config.h |
diff --git a/webrtc/config.h b/webrtc/config.h |
index 52711636acb9e66c64b9bb475579f52d8fda98f6..6de9792c59bba576b50f2c555923f786de63a193 100644 |
--- a/webrtc/config.h |
+++ b/webrtc/config.h |
@@ -106,6 +106,7 @@ struct VideoEncoderConfig { |
std::vector<VideoStream> streams; |
ContentType content_type; |
void* encoder_specific_settings; |
+ bool force_disable_wrapper_frame_dropper; |
pbos-webrtc
2015/09/22 11:23:54
Put this under a struct {} test;
ivica
2015/09/22 11:58:09
Done.
|
// Padding will be used up to this bitrate regardless of the bitrate produced |
// by the encoder. Padding above what's actually produced by the encoder helps |