summaryrefslogtreecommitdiffstats
path: root/media/test
diff options
context:
space:
mode:
authorfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-28 02:39:28 +0000
committerfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-28 02:39:28 +0000
commit20821861f10e6dd9a73cabf0def42b29f1abc62c (patch)
tree7c7f40e9bab0df32738dff84b4357f892159f34f /media/test
parent0f935491a6bb96ebad37266ce4f5fb98657c1391 (diff)
downloadchromium_src-20821861f10e6dd9a73cabf0def42b29f1abc62c.zip
chromium_src-20821861f10e6dd9a73cabf0def42b29f1abc62c.tar.gz
chromium_src-20821861f10e6dd9a73cabf0def42b29f1abc62c.tar.bz2
remove meaningless ffmpeg fast flag
BUG=none TEST=none Review URL: http://codereview.chromium.org/3280004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57771 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/test')
-rw-r--r--media/test/ffmpeg_tests/ffmpeg_tests.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/media/test/ffmpeg_tests/ffmpeg_tests.cc b/media/test/ffmpeg_tests/ffmpeg_tests.cc
index 4e0820d..5745fe9 100644
--- a/media/test/ffmpeg_tests/ffmpeg_tests.cc
+++ b/media/test/ffmpeg_tests/ffmpeg_tests.cc
@@ -93,7 +93,7 @@ int main(int argc, const char** argv) {
out_path = FilePath(filenames[1]);
// Default flags that match Chrome defaults.
- int video_threads = 3;
+ int video_threads = 2;
int verbose_level = AV_LOG_FATAL;
int max_frames = 0;
int max_loops = 0;
@@ -228,7 +228,6 @@ int main(int argc, const char** argv) {
video_threads = 1;
}
- codec_context->flags2 |= CODEC_FLAG2_FAST;
codec_context->error_concealment = FF_EC_GUESS_MVS | FF_EC_DEBLOCK;
codec_context->error_recognition = FF_ER_CAREFUL;