1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-20 16:25:04 +02:00

error_resilience = FF_ER_CAREFULL

Originally committed as revision 4433 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2005-07-11 22:15:58 +00:00
parent 02fb0d7c72
commit b7b84107b5

View File

@ -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;