diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-22 16:46:36 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-22 16:46:36 +0000 |
commit | 04932b0d97f4c87966c74d5989b12f0c8eb1ace3 (patch) | |
tree | 4e64a74e358f60fa6c5a7b20c24217e1d5bf119e /libavcodec/4xm.c | |
parent | a94948d327a1f90c4c24e456131a9a5308de963e (diff) | |
download | ffmpeg-04932b0d97f4c87966c74d5989b12f0c8eb1ace3.tar.gz |
cosmetics: typo fixes
Originally committed as revision 12554 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/4xm.c')
-rw-r--r-- | libavcodec/4xm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c index 71954d8c18..d32ee1c825 100644 --- a/libavcodec/4xm.c +++ b/libavcodec/4xm.c @@ -405,7 +405,7 @@ static int decode_p_frame(FourXContext *f, const uint8_t *buf, int length){ /** * decode block and dequantize. - * Note this is allmost identical to mjpeg + * Note this is almost identical to MJPEG. */ static int decode_i_block(FourXContext *f, DCTELEM *block){ int code, i, j, level, val; |