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

Unified Diff: media/base/video_codecs.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/mime_util_internal.cc ('k') | media/base/video_codecs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/video_codecs.h
diff --git a/media/base/video_codecs.h b/media/base/video_codecs.h
index 978d59dcbc47f5ef5da7b2eff265eb2eda7f95b2..8d9c25fc4a6244744baa29593f70c81a8975eba6 100644
--- a/media/base/video_codecs.h
+++ b/media/base/video_codecs.h
@@ -13,6 +13,8 @@
namespace media {
+class VideoColorSpace;
+
// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.media
enum VideoCodec {
// These values are histogrammed over time; do not change their ordinal
@@ -104,7 +106,7 @@ std::string MEDIA_EXPORT GetProfileName(VideoCodecProfile profile);
MEDIA_EXPORT bool ParseNewStyleVp9CodecID(const std::string& codec_id,
VideoCodecProfile* profile,
uint8_t* level_idc,
- gfx::ColorSpace::TransferID* eotf);
+ VideoColorSpace* color_space);
MEDIA_EXPORT bool ParseLegacyVp9CodecID(const std::string& codec_id,
VideoCodecProfile* profile,
« no previous file with comments | « media/base/mime_util_internal.cc ('k') | media/base/video_codecs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698