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

Unified Diff: media/base/media_switches.cc

Issue 23454006: Implement experimental MP3 support for Media Source API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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
Index: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index 2ebf5dfc7bf99f44e4d6b956e1a3c8cf6835aebe..ded638158d696c7309ae9174c170012041afd765 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -25,6 +25,9 @@ const char kVideoThreads[] = "video-threads";
const char kOverrideEncryptedMediaCanPlayType[] =
"override-encrypted-media-canplaytype";
+// Enables MP3 stream parser for Media Source Extensions.
+const char kEnableMP3StreamParser[] = "enable-mp3-stream-parser";
+
#if defined(GOOGLE_TV)
// Use external video surface for video with more than or equal pixels to
// specified value. For example, value of 0 will enable external video surface

Powered by Google App Engine
This is Rietveld 408576698