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

Unified Diff: chromecast/public/media/decoder_config.h

Issue 2803563007: Refactoring of media::HDRMetadata struct (Closed)
Patch Set: 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
Index: chromecast/public/media/decoder_config.h
diff --git a/chromecast/public/media/decoder_config.h b/chromecast/public/media/decoder_config.h
index 5b3b9dbfe9c7ec7ac952606535193d29d05a6163..50b85e0c755ee3f2537dfac66b0e05b8d49104ab 100644
--- a/chromecast/public/media/decoder_config.h
+++ b/chromecast/public/media/decoder_config.h
@@ -265,8 +265,8 @@ struct MasteringMetadata {
// HDR metadata common for HDR10 and WebM/VP9-based HDR formats.
struct HDRMetadata {
MasteringMetadata mastering_metadata;
- unsigned max_cll = 0;
- unsigned max_fall = 0;
+ unsigned max_content_light_level = 0;
+ unsigned max_frame_average_light_level = 0;
HDRMetadata();
HDRMetadata(const HDRMetadata& rhs);

Powered by Google App Engine
This is Rietveld 408576698