diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-01-26 15:11:10 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-01-26 15:11:10 +0000 |
commit | de6c4b2dd3ae9cd84f6217ff24e45b2fa8355632 (patch) | |
tree | df151c4b24a588fe4d30e9a42dd6b46ad23a61e5 | |
parent | 4abc097146a159eab3770f6b4889f5e7aa4580af (diff) | |
download | ffmpeg-de6c4b2dd3ae9cd84f6217ff24e45b2fa8355632.tar.gz |
Typo
Originally committed as revision 7717 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/avcodec.h | 2 |
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 */ |