summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-07-11 22:15:58 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-07-11 22:15:58 +0000
commitb7b84107b54e795b4bfd5c67ce2536c4d6f559cd (patch)
tree100a8a9359ba590eacbe2865abb4b612339f7112 /ffmpeg.c
parent02fb0d7c7247d1dd04e5df0ac8c2be6b64762bbe (diff)
error_resilience = FF_ER_CAREFULL
Originally committed as revision 4433 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
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;