Index: media/base/media_switches.cc |
=================================================================== |
--- media/base/media_switches.cc (revision 87792) |
+++ media/base/media_switches.cc (working copy) |
@@ -19,6 +19,10 @@ |
// Enable x-adaptive URL scheme. |
const char kEnableAdaptive[] = "enable-adaptive"; |
+// Enable hardware decoding using OpenMax API. |
+// In practice this is for ChromeOS ARM. |
+const char kEnableOpenMax[] = "enable-openmax"; |
+ |
// Set number of threads to use for video decoding. |
const char kVideoThreads[] = "video-threads"; |