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

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: Addressing comments 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..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

Powered by Google App Engine
This is Rietveld 408576698