1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-09-16 08:36:51 +02:00
Originally committed as revision 9841 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Panagiotis Issaris
2007-07-31 16:22:57 +00:00
parent d2ace376b0
commit b9ca204284

View File

@@ -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,