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

Unified Diff: content/public/common/content_switches.cc

Issue 11416367: Add Opus decode wrapper to media. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move opus support behind a flag, and add canPlayType support. Created 8 years 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: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 08e55fa42e5c674b171f9b399907a036cb7a113c..c718ab7ffb5e6bf86fe1f482e0d4daaf4af1eef2 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -380,6 +380,9 @@ const char kDisableAcceleratedVideoDecode[] =
// pinch gestures.
const char kEnableViewport[] = "enable-viewport";
+// Ensable VP9 and Opus playback on <video> elements.
+const char kEnableVp9OpusPlayback[] = "enable-vp9-opus-playback";
+
// Enables experimental features for the geolocation API.
// Current features:
// - CoreLocation support for Mac OS X 10.6

Powered by Google App Engine
This is Rietveld 408576698