summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDustin Brody <libav@parsoma.net>2011-08-05 20:38:46 -0400
committerRonald S. Bultje <rsbultje@gmail.com>2011-08-05 18:18:38 -0700
commitb2700a5c7c073482c763dcb64692d7e0353b60b0 (patch)
tree20c2b5545b58cd20958110792f97afec88cf460d
parent680b1852ab0326a0756abffa8b8ef8d6c5468ec9 (diff)
lavc: fix misspelling in comment
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index eaf63e8dc1..74a60ae89a 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1440,7 +1440,7 @@ typedef struct AVCodecContext {
float b_quant_offset;
/**
- * Error recognization; higher values will detect more errors but may
+ * Error recognition; higher values will detect more errors but may
* misdetect some more or less valid parts as errors.
* - encoding: unused
* - decoding: Set by user.