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

Unified Diff: media/formats/webm/webm_colour_parser.h

Issue 2803563007: Refactoring of media::HDRMetadata struct (Closed)
Patch Set: Add: using Chromaticity = gfx::PointF Created 3 years, 8 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/hdr_metadata.h ('k') | media/formats/webm/webm_colour_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/webm/webm_colour_parser.h
diff --git a/media/formats/webm/webm_colour_parser.h b/media/formats/webm/webm_colour_parser.h
index 8304e65f623ecaef00b49b5eb4bf4e47cf8da072..636bdc98bf6772bb659936feda94636dca798931 100644
--- a/media/formats/webm/webm_colour_parser.h
+++ b/media/formats/webm/webm_colour_parser.h
@@ -76,8 +76,8 @@ class WebMColourParser : public WebMParserClient {
int64_t range_;
int64_t transfer_characteristics_;
int64_t primaries_;
- int64_t max_cll_;
- int64_t max_fall_;
+ int64_t max_content_light_level_;
+ int64_t max_frame_average_light_level_;
WebMMasteringMetadataParser mastering_metadata_parser_;
bool mastering_metadata_parsed_ = false;
« no previous file with comments | « media/base/hdr_metadata.h ('k') | media/formats/webm/webm_colour_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698