From b7b84107b54e795b4bfd5c67ce2536c4d6f559cd Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 11 Jul 2005 22:15:58 +0000 Subject: [PATCH] error_resilience = FF_ER_CAREFULL Originally committed as revision 4433 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index dfa38a13b6..aba78c4712 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -179,7 +179,7 @@ static int do_deinterlace = 0; static int do_interlace_dct = 0; static int do_interlace_me = 0; static int workaround_bugs = FF_BUG_AUTODETECT; -static int error_resilience = 2; +static int error_resilience = FF_ER_CAREFULL; static int error_concealment = 3; static int dct_algo = 0; static int idct_algo = 0;