summaryrefslogtreecommitdiffstats
path: root/media/test/ffmpeg_tests/ffmpeg_tests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'media/test/ffmpeg_tests/ffmpeg_tests.cc')
-rw-r--r--media/test/ffmpeg_tests/ffmpeg_tests.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/test/ffmpeg_tests/ffmpeg_tests.cc b/media/test/ffmpeg_tests/ffmpeg_tests.cc
index 0aa2ae7..4e0820d 100644
--- a/media/test/ffmpeg_tests/ffmpeg_tests.cc
+++ b/media/test/ffmpeg_tests/ffmpeg_tests.cc
@@ -228,6 +228,7 @@ 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;