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

Unified Diff: media/base/media_switches.cc

Issue 2503063002: media: Inform VideoBlit/MFTransform of video color information (Closed)
Patch Set: merged Created 4 years, 1 month 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: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index 6644a5643c4937beb63b8c441b41803ee418638d..ed9c09b7eb2a499836d39bf0a0ff3597164ed97c 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -167,6 +167,10 @@ const base::Feature kUseNewMediaCache{"use-new-media-cache",
const base::Feature kVideoColorManagement{"video-color-management",
base::FEATURE_DISABLED_BY_DEFAULT};
+// Inform video blitter of video color space.
+const base::Feature kVideoBlitColorAccuracy{"video-blit-color-accuracy",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
// Enables support for External Clear Key (ECK) key system for testing on
// supported platforms. On platforms that do not support ECK, this feature has
// no effect.

Powered by Google App Engine
This is Rietveld 408576698