Chromium Code Reviews| Index: webrtc/common_types.h |
| diff --git a/webrtc/common_types.h b/webrtc/common_types.h |
| index 02633ba87a481370e3fcb4dcfa8204b63fe35f8c..4ff25e3c4dc2d8ab4f46598cd5804da7bd4cc635 100644 |
| --- a/webrtc/common_types.h |
| +++ b/webrtc/common_types.h |
| @@ -705,6 +705,7 @@ struct VideoCodec { |
| SpatialLayer spatialLayers[kMaxSpatialLayers]; |
| VideoCodecMode mode; |
| + bool encodeFromTexture; |
|
perkj_webrtc
2016/06/15 11:31:29
encode_from_texture please. We should fix the rest
skvlad
2016/06/15 19:44:34
Done.
|
| bool operator==(const VideoCodec& other) const = delete; |
| bool operator!=(const VideoCodec& other) const = delete; |