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

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: Code review feedback 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..931c12e5eaac7c9f01f63ccb3fd6ff5d46cd0bf1 100644
--- a/webrtc/config.h
+++ b/webrtc/config.h
@@ -142,6 +142,7 @@ 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 encode_from_texture;
};
// Controls the capacity of the packet buffer in NetEq. The capacity is the

Powered by Google App Engine
This is Rietveld 408576698