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

Unified Diff: chromecast/common/chromecast_switches.cc

Issue 971913002: Chromecast: communicate HDMI-sink codec changes over IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, address lcwu comments Created 5 years, 10 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/common/chromecast_switches.h ('k') | chromecast/common/media/cast_message_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/common/chromecast_switches.cc
diff --git a/chromecast/common/chromecast_switches.cc b/chromecast/common/chromecast_switches.cc
index aca640d5bc98ac362b9af1873d473886a510c720..fe1662728253570faa43e4bcbba46daf590f3981 100644
--- a/chromecast/common/chromecast_switches.cc
+++ b/chromecast/common/chromecast_switches.cc
@@ -9,6 +9,9 @@ namespace switches {
// Enable the CMA media pipeline.
const char kEnableCmaMediaPipeline[] = "enable-cma-media-pipeline";
+// The bitmask of codecs (media_caps.h) supported by the current HDMI sink.
+const char kHdmiSinkSupportedCodecs[] = "hdmi-sink-supported-codecs";
+
#if defined(OS_ANDROID)
// Enable file accesses for debug.
const char kEnableLocalFileAccesses[] = "enable-local-file-accesses";
« no previous file with comments | « chromecast/common/chromecast_switches.h ('k') | chromecast/common/media/cast_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698