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

Unified Diff: media/base/video_frame_metadata.h

Issue 2088273003: Video Color Managament (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bugfix Created 4 years, 5 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: 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
};

Powered by Google App Engine
This is Rietveld 408576698