changeset 5428:750d76a34871 libavcodec

Fix typo
author takis
date Tue, 31 Jul 2007 16:22:57 +0000
parents 5a61305cc568
children 4e7308c09d2e
files mpegvideo_common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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,