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

Unified Diff: media/test/ffmpeg_tests/ffmpeg_tests.cc

Issue 2080008: Enable three threads for video decoding. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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/filters/ffmpeg_video_decode_engine_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/ffmpeg_tests/ffmpeg_tests.cc
===================================================================
--- media/test/ffmpeg_tests/ffmpeg_tests.cc (revision 47632)
+++ media/test/ffmpeg_tests/ffmpeg_tests.cc (working copy)
@@ -87,7 +87,7 @@
}
// 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;
« no previous file with comments | « media/filters/ffmpeg_video_decode_engine_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698