[FFmpeg-cvslog] lavc: fix misspelling in comment
Dustin Brody
git at videolan.org
Sun Aug 7 00:44:23 CEST 2011
ffmpeg | branch: master | Dustin Brody <libav at parsoma.net> | Fri Aug 5 20:38:46 2011 -0400| [b2700a5c7c073482c763dcb64692d7e0353b60b0] | committer: Ronald S. Bultje
lavc: fix misspelling in comment
Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b2700a5c7c073482c763dcb64692d7e0353b60b0
---
libavcodec/avcodec.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index eaf63e8..74a60ae 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.
More information about the ffmpeg-cvslog
mailing list