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

Unified Diff: media/base/run_all_perftests.cc

Issue 195973006: Allow StreamParsers to request automatic timestampOffset updates. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add ADTS tests. Created 6 years, 9 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 | « no previous file | media/base/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/run_all_perftests.cc
diff --git a/media/base/run_all_perftests.cc b/media/base/run_all_perftests.cc
index 119bef330388dc137e0ddcb3f9e7a7b76d05ed34..f9f53e7d590d52626b85878f723019c4db884553 100644
--- a/media/base/run_all_perftests.cc
+++ b/media/base/run_all_perftests.cc
@@ -40,6 +40,7 @@ void TestSuiteNoAtExit::Initialize() {
// present.
media::InitializeMediaLibraryForTesting();
CommandLine* cmd_line = CommandLine::ForCurrentProcess();
+ cmd_line->AppendSwitch(switches::kEnableADTSStreamParser);
cmd_line->AppendSwitch(switches::kEnableMP3StreamParser);
}
« no previous file with comments | « no previous file | media/base/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698