diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-18 21:42:26 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-18 21:42:26 +0000 |
commit | 147af6dcdc20b7162ed186ab18eeced8123ba9a0 (patch) | |
tree | d1529d350550a6c37ecbb787e21c3f13e85b5009 /media/tools/media_bench | |
parent | 5a196bd4513a7902e82dc278f2a7919181429ec7 (diff) | |
download | chromium_src-147af6dcdc20b7162ed186ab18eeced8123ba9a0.zip chromium_src-147af6dcdc20b7162ed186ab18eeced8123ba9a0.tar.gz chromium_src-147af6dcdc20b7162ed186ab18eeced8123ba9a0.tar.bz2 |
Revert 56582 - ffmpeg flag CODEC_FLAG2_FAST removed
BUG=52607
TEST=ffmpeg_tests tulip\tulip2.mp4 should be same performance as media_bench.exe --video-threads=3 --fast2 --stream=video tulip\tulip2.mp4
Review URL: http://codereview.chromium.org/3157024
TBR=fbarchard@chromium.org
Review URL: http://codereview.chromium.org/3125023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56606 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/tools/media_bench')
-rw-r--r-- | media/tools/media_bench/media_bench.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/media/tools/media_bench/media_bench.cc b/media/tools/media_bench/media_bench.cc index 37d7b45..86833b1 100644 --- a/media/tools/media_bench/media_bench.cc +++ b/media/tools/media_bench/media_bench.cc @@ -330,7 +330,6 @@ int main(int argc, const char** argv) { codec_context->skip_frame = AVDISCARD_NONREF; } if (fast2) { - // Note this flag is no longer necessary for H264 multithreading. codec_context->flags2 |= CODEC_FLAG2_FAST; } if (error_correction) { |