Chromium Code Reviews| 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; |