diff options
author | Diego Biurrun <diego@biurrun.de> | 2005-09-12 16:30:47 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2005-09-12 16:30:47 +0000 |
commit | 1471c6c2e88d25a79c8f88742a94726145f81a28 (patch) | |
tree | ea980c887b8fc0bfc5c637b7351fb018c18bccbf /ffplay.c | |
parent | e180129f635a84278f02a613351a9968ea2c358f (diff) | |
download | ffmpeg-1471c6c2e88d25a79c8f88742a94726145f81a28.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |