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

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

Powered by Google App Engine
This is Rietveld 408576698