CAREFULL --> CAREFUL typo fix

Originally committed as revision 4590 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2005-09-12 16:30:47 +00:00
parent e180129f63
commit 1471c6c2e8
5 changed files with 5 additions and 5 deletions

View File

@@ -152,7 +152,7 @@ static float p_mask = 0;
static int qns = 0;
static int do_deinterlace = 0;
static int workaround_bugs = FF_BUG_AUTODETECT;
static int error_resilience = FF_ER_CAREFULL;
static int error_resilience = FF_ER_CAREFUL;
static int error_concealment = 3;
static int packet_size = 0;
static int error_rate = 0;