diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-07-31 16:22:57 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-07-31 16:22:57 +0000 |
commit | b9ca20428408388184be0f4c95c4ffe14743ec68 (patch) | |
tree | 9e997989b56775a4634f4d3f012d78f38d125938 /libavcodec | |
parent | d2ace376b03e48d6ad0873311d9929f357033617 (diff) | |
download | ffmpeg-b9ca20428408388184be0f4c95c4ffe14743ec68.tar.gz |
Fix typo
Originally committed as revision 9841 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/mpegvideo_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo_common.h b/libavcodec/mpegvideo_common.h index 5ba4ad1c8d..a5f41bc43c 100644 --- a/libavcodec/mpegvideo_common.h +++ b/libavcodec/mpegvideo_common.h @@ -522,7 +522,7 @@ static inline void qpel_motion(MpegEncContext *s, } /** - * h263 chorma 4mv motion compensation. + * h263 chroma 4mv motion compensation. */ static inline void chroma_4mv_motion(MpegEncContext *s, uint8_t *dest_cb, uint8_t *dest_cr, |