diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2008-04-29 14:08:01 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2008-04-29 14:08:01 +0000 |
commit | e6dba5dfab1c4a24e1592613a28466770c91dfd5 (patch) | |
tree | 62e9dab9406ccdddced14444cd0a6a8793fd2db7 /libavcodec/avcodec.h | |
parent | 34d71ebe94c6f821b947b25531e528110ca81506 (diff) | |
download | ffmpeg-e6dba5dfab1c4a24e1592613a28466770c91dfd5.tar.gz |
Typo: distoration -> distortion.
Originally committed as revision 13019 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-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 dfdef6732f..8d8b635604 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1699,7 +1699,7 @@ typedef struct AVCodecContext { int mb_decision; #define FF_MB_DECISION_SIMPLE 0 ///< uses mb_cmp #define FF_MB_DECISION_BITS 1 ///< chooses the one which needs the fewest bits -#define FF_MB_DECISION_RD 2 ///< rate distoration +#define FF_MB_DECISION_RD 2 ///< rate distortion /** * custom intra quantization matrix |