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

Unified Diff: webrtc/config.h

Issue 2067103002: Avoid unnecessary HW video encoder reconfiguration (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Optimistically guess rotation is supported Created 4 years, 6 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 083e778a4153b38371edc5f02c778bc16a6c158c..adc9e6ce60360aa0e8b0ed15d8d601b7e2883011 100644
--- a/webrtc/config.h
+++ b/webrtc/config.h
@@ -108,6 +108,7 @@ struct VideoStream {
int max_bitrate_bps;
int max_qp;
+ bool encode_from_texture;
perkj_webrtc 2016/06/15 11:31:29 remove this and move it to VideoEncoderConfig inst
skvlad 2016/06/15 19:44:34 Moving it to VideoEncoderConfig makes a lot of sen
// Bitrate thresholds for enabling additional temporal layers. Since these are
// thresholds in between layers, we have one additional layer. One threshold

Powered by Google App Engine
This is Rietveld 408576698