summaryrefslogtreecommitdiffstats
path: root/media/test
diff options
context:
space:
mode:
Diffstat (limited to 'media/test')
-rw-r--r--media/test/ffmpeg_tests/ffmpeg_tests.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/test/ffmpeg_tests/ffmpeg_tests.cc b/media/test/ffmpeg_tests/ffmpeg_tests.cc
index ff130d1..abfbeff 100644
--- a/media/test/ffmpeg_tests/ffmpeg_tests.cc
+++ b/media/test/ffmpeg_tests/ffmpeg_tests.cc
@@ -215,6 +215,8 @@ int main(int argc, const char** argv) {
}
codec_context->flags2 |= CODEC_FLAG2_FAST;
+ codec_context->error_concealment = FF_EC_GUESS_MVS | FF_EC_DEBLOCK;
+ codec_context->error_recognition = FF_ER_CAREFUL;
// Initialize threaded decode.
if (target_codec == CODEC_TYPE_VIDEO && video_threads > 0) {