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

Unified Diff: media/base/media_switches.cc

Issue 7066071: Removing defunct OpenMAX code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: removed tab Created 9 years, 7 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 | « media/base/media_switches.h ('k') | media/filters/ffmpeg_video_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index 92c70199cf5884999e37beab2225b321ca14aff4..03639941911336344b52d91a2725c51b8bb00c26 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -19,10 +19,6 @@ const char kEnableAcceleratedDecoding[] = "enable-accelerated-decoding";
// 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";
« no previous file with comments | « media/base/media_switches.h ('k') | media/filters/ffmpeg_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698