Commit b9ca2042 authored by Panagiotis Issaris's avatar Panagiotis Issaris

Fix typo

Originally committed as revision 9841 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d2ace376
...@@ -522,7 +522,7 @@ static inline void qpel_motion(MpegEncContext *s, ...@@ -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, static inline void chroma_4mv_motion(MpegEncContext *s,
uint8_t *dest_cb, uint8_t *dest_cr, uint8_t *dest_cb, uint8_t *dest_cr,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment