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

Unified Diff: webrtc/common_types.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/common_types.h
diff --git a/webrtc/common_types.h b/webrtc/common_types.h
index 02633ba87a481370e3fcb4dcfa8204b63fe35f8c..d1c2e254b239e90ba6e1c8c0f33725dbdd7e265b 100644
--- a/webrtc/common_types.h
+++ b/webrtc/common_types.h
@@ -705,6 +705,7 @@ struct VideoCodec {
SpatialLayer spatialLayers[kMaxSpatialLayers];
VideoCodecMode mode;
+ bool encode_from_texture;
pthatcher1 2016/06/15 20:40:23 Since this is really an optimization, perhaps a na
tommi 2016/06/15 21:00:39 +1
skvlad 2016/06/15 22:10:36 changed to "expect_encode_from_texture".
bool operator==(const VideoCodec& other) const = delete;
bool operator!=(const VideoCodec& other) const = delete;

Powered by Google App Engine
This is Rietveld 408576698