summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2005-09-12 16:30:47 +0000
committerDiego Biurrun <diego@biurrun.de>2005-09-12 16:30:47 +0000
commit1471c6c2e88d25a79c8f88742a94726145f81a28 (patch)
treeea980c887b8fc0bfc5c637b7351fb018c18bccbf /ffmpeg.c
parente180129f635a84278f02a613351a9968ea2c358f (diff)
CAREFULL --> CAREFUL typo fix
Originally committed as revision 4590 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 553f8e040e..70372af455 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -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;