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

Unified Diff: media/base/media_switches.cc

Issue 294403002: Enable ADTS demuxing by default in Media Source. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/base/run_all_perftests.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 4dd21d6b665c9b64a053cbbef122fe78f7b371da..1bb5e980e2535af9671c9bcfb037371b34480bdc 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -12,9 +12,6 @@ const char kAudioBufferSize[] = "audio-buffer-size";
// Set number of threads to use for video decoding.
const char kVideoThreads[] = "video-threads";
-// Enables ADTS stream parser for Media Source Extensions.
-const char kEnableADTSStreamParser[] = "enable-adts-stream-parser";
-
// Bypass autodetection of the upper limit on resolution of streams that can
// be hardware decoded.
const char kIgnoreResolutionLimitsForAcceleratedVideoDecode[] =
« no previous file with comments | « media/base/media_switches.h ('k') | media/base/run_all_perftests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698