From de6c4b2dd3ae9cd84f6217ff24e45b2fa8355632 Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Fri, 26 Jan 2007 15:11:10 +0000 Subject: [PATCH] Typo Originally committed as revision 7717 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 675a5c9..07ea47d 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -865,7 +865,7 @@ typedef struct AVCodecContext { int qmax; /** - * maximum quantizer difference etween frames. + * maximum quantizer difference between frames. * - encoding: set by user. * - decoding: unused */ -- 2.7.4