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

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: Rebased to stay synced with 11468018 (libvpx wrapper CL). Sorry for the noise! 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 b551191703d657acfc5483116bfbbde574efb283..4116965fb19e8bb1f16264ca04557535e1a250f0 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