Index: webrtc/config.h |
diff --git a/webrtc/config.h b/webrtc/config.h |
index 52711636acb9e66c64b9bb475579f52d8fda98f6..6b02d78a46d2ad26baf8b9387110f0e17a24e4f0 100644 |
--- a/webrtc/config.h |
+++ b/webrtc/config.h |
@@ -112,6 +112,8 @@ 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; |
+ |
+ bool disable_generic_bitrate_frame_dropper; |
stefan-webrtc
2015/10/01 09:58:04
Add a comment on which further describes this fram
ivica
2015/10/01 11:17:51
Done.
|
}; |
// Controls the capacity of the packet buffer in NetEq. The capacity is the |