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

Unified Diff: chromecast/media/cma/base/decoder_config_adapter.cc

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 | « no previous file | chromecast/public/media/decoder_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/base/decoder_config_adapter.cc
diff --git a/chromecast/media/cma/base/decoder_config_adapter.cc b/chromecast/media/cma/base/decoder_config_adapter.cc
index 0c59b30fa5e979ef21ff686838d5e4108596be96..544154fd8c6bfe80a397e5660d1677ebe8102876 100644
--- a/chromecast/media/cma/base/decoder_config_adapter.cc
+++ b/chromecast/media/cma/base/decoder_config_adapter.cc
@@ -271,12 +271,6 @@ VideoConfig DecoderConfigAdapter::ToCastVideoConfig(
return video_config;
}
-MasteringMetadata::MasteringMetadata() {}
-MasteringMetadata::MasteringMetadata(const MasteringMetadata& rhs) = default;
-
-HDRMetadata::HDRMetadata() {}
-HDRMetadata::HDRMetadata(const HDRMetadata& rhs) = default;
-
// Ensure that Chromecast enum values match enums in gfx::ColorSpace.
#define STATIC_ASSERT_ENUM(a, b) \
static_assert(static_cast<int>(a) == static_cast<int>(gfx::ColorSpace::b), \
« no previous file with comments | « no previous file | chromecast/public/media/decoder_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698