From b9ca20428408388184be0f4c95c4ffe14743ec68 Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Tue, 31 Jul 2007 16:22:57 +0000 Subject: [PATCH] Fix typo Originally committed as revision 9841 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegvideo_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,