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

Unified Diff: media/base/media_switches.cc

Issue 11416367: Add Opus decode wrapper to media. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address most comments and remove media source stuff. 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: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index 996c7491bb796e4a47001cf79f7f003a53d204cd..ea1aa95fc47168debadfa0323dc1eb0227c4b74a 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -61,4 +61,7 @@ const char kVideoThreads[] = "video-threads";
// incomplete and this flag is used for development and testing.
const char kEnableEncryptedMedia[] = "enable-encrypted-media";
+// Ensable VP9 and Opus playback on <video> elements.
xhwang 2012/12/14 23:35:27 nit: remove VP9
Tom Finegan 2012/12/14 23:58:39 Done.
+const char kEnableOpusPlayback[] = "enable-opus-playback";
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698