aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPanagiotis Issaris <takis.issaris@uhasselt.be>2007-01-26 15:11:10 +0000
committerPanagiotis Issaris <takis.issaris@uhasselt.be>2007-01-26 15:11:10 +0000
commitde6c4b2dd3ae9cd84f6217ff24e45b2fa8355632 (patch)
treedf151c4b24a588fe4d30e9a42dd6b46ad23a61e5
parent4abc097146a159eab3770f6b4889f5e7aa4580af (diff)
downloadffmpeg-de6c4b2dd3ae9cd84f6217ff24e45b2fa8355632.tar.gz
Typo
Originally committed as revision 7717 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 675a5c9c19..07ea47d326 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
*/