diff options
author | Dustin Brody <libav@parsoma.net> | 2011-08-05 20:38:46 -0400 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-08-05 18:18:38 -0700 |
commit | b2700a5c7c073482c763dcb64692d7e0353b60b0 (patch) | |
tree | 20c2b5545b58cd20958110792f97afec88cf460d | |
parent | 680b1852ab0326a0756abffa8b8ef8d6c5468ec9 (diff) | |
download | ffmpeg-b2700a5c7c073482c763dcb64692d7e0353b60b0.tar.gz |
lavc: fix misspelling in comment
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-rw-r--r-- | libavcodec/avcodec.h | 2 |
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. |