diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-06-13 11:41:12 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-07-03 17:35:11 +0200 |
commit | 09f211987cddf279390f8abe24d6a7a69622e356 (patch) | |
tree | 6f76ac0f8daf9794935c11bd99b7025daa13b178 /libavcodec/anm.c | |
parent | 22662ca56086ddb7240dc84a68ad89c785682f36 (diff) | |
download | ffmpeg-09f211987cddf279390f8abe24d6a7a69622e356.tar.gz |
misc typo and wording fixes
Diffstat (limited to 'libavcodec/anm.c')
-rw-r--r-- | libavcodec/anm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/anm.c b/libavcodec/anm.c index 831cdfb9ac..b86b7c0ffb 100644 --- a/libavcodec/anm.c +++ b/libavcodec/anm.c @@ -65,8 +65,8 @@ static av_cold int decode_init(AVCodecContext *avctx) * @return non-zero if destination buffer is exhausted * * a copy operation is achieved when 'gb' is set - * a fill operation is acheived when 'gb' is null and pixel is >= 0 - * a skip operation is acheived when 'gb' is null and pixel is < 0 + * a fill operation is achieved when 'gb' is null and pixel is >= 0 + * a skip operation is achieved when 'gb' is null and pixel is < 0 */ static inline int op(uint8_t **dst, const uint8_t *dst_end, GetByteContext *gb, |