From 5ca641d40b260bf10e18cbde7a16c0ec662de95a Mon Sep 17 00:00:00 2001
From: "fbarchard@chromium.org"
 <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Wed, 19 May 2010 21:06:27 +0000
Subject: Change default to three threads for video decoding and add command
 line --video-threads. BUG=44128 TEST=player_wtl.exe --video-threads=6
 d:\mediatests\crowd\crowd2.mp4

Review URL: http://codereview.chromium.org/2080008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47723 0039d316-1c4b-4281-b951-d872f2087c98
---
 media/test/ffmpeg_tests/ffmpeg_tests.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'media/test')

diff --git a/media/test/ffmpeg_tests/ffmpeg_tests.cc b/media/test/ffmpeg_tests/ffmpeg_tests.cc
index abfbeff..73dd46d 100644
--- a/media/test/ffmpeg_tests/ffmpeg_tests.cc
+++ b/media/test/ffmpeg_tests/ffmpeg_tests.cc
@@ -87,7 +87,7 @@ int main(int argc, const char** argv) {
   }
 
   // Default flags that match Chrome defaults.
-  int video_threads = 2;
+  int video_threads = 3;
   int verbose_level = AV_LOG_FATAL;
   int max_frames = 0;
   int max_loops = 0;
-- 
cgit v1.1