Index: webrtc/config.h |
diff --git a/webrtc/config.h b/webrtc/config.h |
index 52711636acb9e66c64b9bb475579f52d8fda98f6..11f04ca75df92cabbfcd409140bcbf358195b4ea 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; |
+ |
+ // disables the generic frame dropper which job it is to drop frames if the |
mflodman
2015/10/06 10:49:14
s/disables/Disables
|
+ // encoder produces a bitrate which is above the target bitrate. |
+ bool disable_generic_bitrate_frame_dropper; |
}; |
// Controls the capacity of the packet buffer in NetEq. The capacity is the |