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 2372283002: [Cast] Make decoder_config.h usable without decoder_config_adapter.cc (Closed)
Patch Set: Created 4 years, 3 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 | « chromecast/media/cma/base/decoder_config_adapter.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/public/media/decoder_config.h
diff --git a/chromecast/public/media/decoder_config.h b/chromecast/public/media/decoder_config.h
index c493796dae4ed964f7ee35d4d3b7f06a2d209f0f..d4902984f5eb659e0df50f4b89f2225c9bcab058 100644
--- a/chromecast/public/media/decoder_config.h
+++ b/chromecast/public/media/decoder_config.h
@@ -287,6 +287,13 @@ struct HDRMetadata {
HDRMetadata();
HDRMetadata(const HDRMetadata& rhs);
};
+
+inline MasteringMetadata::MasteringMetadata() {}
+inline MasteringMetadata::MasteringMetadata(const MasteringMetadata& rhs) =
+ default;
+
+inline HDRMetadata::HDRMetadata() {}
+inline HDRMetadata::HDRMetadata(const HDRMetadata& rhs) = default;
// ---- End copy/paste from media/base/hdr_metadata.h ----
// TODO(erickung): Remove constructor once CMA backend implementation doesn't
« no previous file with comments | « chromecast/media/cma/base/decoder_config_adapter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698