summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
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 /libavcodec/avcodec.h
parente180129f635a84278f02a613351a9968ea2c358f (diff)
CAREFULL --> CAREFUL typo fix
Originally committed as revision 4590 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 7542e643ef..826329f8ac 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1006,7 +1006,7 @@ typedef struct AVCodecContext {
* - decoding: set by user
*/
int error_resilience;
-#define FF_ER_CAREFULL 1
+#define FF_ER_CAREFUL 1
#define FF_ER_COMPLIANT 2
#define FF_ER_AGGRESSIVE 3
#define FF_ER_VERY_AGGRESSIVE 4