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

Unified Diff: webrtc/config.cc

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.cc
diff --git a/webrtc/config.cc b/webrtc/config.cc
index 99146eba236f8dad677f83f982cb5db43ef6620e..880594176049da4d95f4af219df156ada7dd10b4 100644
--- a/webrtc/config.cc
+++ b/webrtc/config.cc
@@ -78,7 +78,8 @@ VideoStream::VideoStream()
min_bitrate_bps(-1),
target_bitrate_bps(-1),
max_bitrate_bps(-1),
- max_qp(-1) {}
+ max_qp(-1),
+ encode_from_texture(false) {}
VideoStream::~VideoStream() = default;

Powered by Google App Engine
This is Rietveld 408576698