1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

lavc: fix misspelling in comment

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
Dustin Brody
2011-08-05 20:38:46 -04:00
committed by Ronald S. Bultje
parent 680b1852ab
commit b2700a5c7c

View File

@@ -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.