diff mpegvideo_common.h @ 5428:750d76a34871 libavcodec

Fix typo
author takis
date Tue, 31 Jul 2007 16:22:57 +0000
parents 470601203f44
children ce0db8111f94
line wrap: on
line diff
--- a/mpegvideo_common.h	Tue Jul 31 14:51:21 2007 +0000
+++ b/mpegvideo_common.h	Tue Jul 31 16:22:57 2007 +0000
@@ -522,7 +522,7 @@
 }
 
 /**
- * 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,