Module: libav Branch: master Commit: b2700a5c7c073482c763dcb64692d7e0353b60b0
Author: Dustin Brody <[email protected]> Committer: Ronald S. Bultje <[email protected]> Date: Fri Aug 5 20:38:46 2011 -0400 lavc: fix misspelling in comment Signed-off-by: Ronald S. Bultje <[email protected]> --- 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. _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
