[FFmpeg-cvslog] r9841 - trunk/libavcodec/mpegvideo_common.h
takis
subversion
Tue Jul 31 18:22:57 CEST 2007
Author: takis
Date: Tue Jul 31 18:22:57 2007
New Revision: 9841
Log:
Fix typo
Modified:
trunk/libavcodec/mpegvideo_common.h
Modified: trunk/libavcodec/mpegvideo_common.h
==============================================================================
--- trunk/libavcodec/mpegvideo_common.h (original)
+++ trunk/libavcodec/mpegvideo_common.h Tue Jul 31 18:22:57 2007
@@ -522,7 +522,7 @@ static inline void qpel_motion(MpegEncCo
}
/**
- * 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,
More information about the ffmpeg-cvslog
mailing list