aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-08-07 00:32:11 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-08-07 00:32:19 +0200
commit6c4e9cae5223c88ad98cd184d4a7e6a019bdd586 (patch)
tree3c8e34592fb6a6dbd905b1930e5722569fa1febf /libavcodec/avcodec.h
parent4646ef87b1f55ab07a59e1f282d75c9b03747798 (diff)
parentb2700a5c7c073482c763dcb64692d7e0353b60b0 (diff)
downloadffmpeg-6c4e9cae5223c88ad98cd184d4a7e6a019bdd586.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: lavc: fix misspelling in comment aac: propagate error return values for AV_LOG_ERROR-triggering events Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 2a438ccc13..b2a8e4c33e 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1487,7 +1487,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.