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

Unified Diff: media/base/media_client.h

Issue 2742113002: Gate support for certain EOTFs/primaries/matrices on color management / hdr flags (Closed)
Patch Set: missed updating some tests Created 3 years, 9 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
« no previous file with comments | « media/base/BUILD.gn ('k') | media/base/mime_util_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_client.h
diff --git a/media/base/media_client.h b/media/base/media_client.h
index 32b02520d881769a01d8026d3bdf54a1a33738d4..afcf9d721e634033daeebcaaa670abffa6c263f9 100644
--- a/media/base/media_client.h
+++ b/media/base/media_client.h
@@ -11,6 +11,7 @@
#include "media/base/key_system_properties.h"
#include "media/base/media_export.h"
#include "media/base/video_codecs.h"
+#include "media/base/video_color_space.h"
#include "ui/gfx/color_space.h"
#include "url/gurl.h"
@@ -32,7 +33,7 @@ struct MEDIA_EXPORT VideoConfig {
VideoCodec codec;
VideoCodecProfile profile;
int level;
- gfx::ColorSpace::TransferID eotf;
+ media::VideoColorSpace color_space;
};
struct MEDIA_EXPORT KeySystemInfoForUMA {
« no previous file with comments | « media/base/BUILD.gn ('k') | media/base/mime_util_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698