Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Unified Diff: webrtc/config.h

Issue 1351693005: Read the number of TLs for VP9 too + cleanup (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase master and reordering of params Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698