Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2005-09-12 20:30:47 +0400
committerDiego Biurrun <diego@biurrun.de>2005-09-12 20:30:47 +0400
commit1471c6c2e88d25a79c8f88742a94726145f81a28 (patch)
treeea980c887b8fc0bfc5c637b7351fb018c18bccbf /ffplay.c
parente180129f635a84278f02a613351a9968ea2c358f (diff)
CAREFULL --> CAREFUL typo fix
Originally committed as revision 4590 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index 967ad1fe5a..7c3509a8c6 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -216,7 +216,7 @@ static int idct = FF_IDCT_AUTO;
static enum AVDiscard skip_frame= AVDISCARD_DEFAULT;
static enum AVDiscard skip_idct= AVDISCARD_DEFAULT;
static enum AVDiscard skip_loop_filter= AVDISCARD_DEFAULT;
-static int error_resilience = FF_ER_CAREFULL;
+static int error_resilience = FF_ER_CAREFUL;
static int error_concealment = 3;
/* current context */