Index: webrtc/common_types.h |
diff --git a/webrtc/common_types.h b/webrtc/common_types.h |
index 02633ba87a481370e3fcb4dcfa8204b63fe35f8c..5d0ffadf34df0aeaac207c051af0e87671bbde49 100644 |
--- a/webrtc/common_types.h |
+++ b/webrtc/common_types.h |
@@ -705,6 +705,7 @@ struct VideoCodec { |
SpatialLayer spatialLayers[kMaxSpatialLayers]; |
VideoCodecMode mode; |
+ bool expect_encode_from_texture; |
bool operator==(const VideoCodec& other) const = delete; |
bool operator!=(const VideoCodec& other) const = delete; |