| Index: media/base/video_frame_metadata.h
|
| diff --git a/media/base/video_frame_metadata.h b/media/base/video_frame_metadata.h
|
| index 23b40ac3dfd712bd3636f709c0955911f72d86fd..9519021523669003d92434a28eca72eefdbfb96b 100644
|
| --- a/media/base/video_frame_metadata.h
|
| +++ b/media/base/video_frame_metadata.h
|
| @@ -110,6 +110,12 @@ class MEDIA_EXPORT VideoFrameMetadata {
|
| // Indicates that the frame is rotated.
|
| ROTATION,
|
|
|
| + // See video_color_space.h for more information.
|
| + COLOR_SPACE_PRIMARIES,
|
| + COLOR_SPACE_TRANSFER,
|
| + COLOR_SPACE_MATRIX,
|
| + COLOR_SPACE_FULL_RANGE,
|
| +
|
| NUM_KEYS
|
| };
|
|
|
|
|