diff options
author | Mike Melanson <mike@multimedia.cx> | 2005-04-24 17:21:11 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2005-04-24 17:21:11 +0000 |
commit | 160d679c075e9f575f96ea2c2c000545a49916a0 (patch) | |
tree | 5254d6f53383d530989b1fa99e72f6da3a391b27 /libavcodec/avcodec.h | |
parent | 93ccc14df57008117631e369ba2e846ef4950a16 (diff) | |
download | ffmpeg-160d679c075e9f575f96ea2c2c000545a49916a0.tar.gz |
Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
Originally committed as revision 4153 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 7e301ac767..8e6b2c0738 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1691,14 +1691,14 @@ typedef struct AVCodecContext { int nsse_weight; /** - * number of macroblock rows at the top which are skiped. + * number of macroblock rows at the top which are skipped. * - encoding: unused * - decoding: set by user */ int skip_top; /** - * number of macroblock rows at the bottom which are skiped. + * number of macroblock rows at the bottom which are skipped. * - encoding: unused * - decoding: set by user */ |