From 2e1ec6c0a19cfabd960ec73c666d92d4cc9ccce5 Mon Sep 17 00:00:00 2001 From: "ihf@chromium.org" Date: Fri, 22 Jul 2011 04:41:55 +0000 Subject: Rev DEPS to July ffmpeg drop. Add CrOS 3gp and flac media files. Fix media_bench. BUG=88696, 88436, 88850 and CrOS:17352,16026,17380 TESTS=ran videos on mario and tegra Review URL: http://codereview.chromium.org/7398011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93551 0039d316-1c4b-4281-b951-d872f2087c98 --- media/video/ffmpeg_video_decode_engine.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'media') diff --git a/media/video/ffmpeg_video_decode_engine.cc b/media/video/ffmpeg_video_decode_engine.cc index 45319f4..51522c5 100644 --- a/media/video/ffmpeg_video_decode_engine.cc +++ b/media/video/ffmpeg_video_decode_engine.cc @@ -86,6 +86,7 @@ void FFmpegVideoDecodeEngine::Initialize( // TODO(fbarchard): Improve thread logic based on size / codec. // TODO(fbarchard): Fix bug affecting video-cookie.html + // 07/21/11(ihf): Still about 20 failures when enabling. int decode_threads = (codec_context_->codec_id == CODEC_ID_THEORA) ? 1 : kDecodeThreads; -- cgit v1.1