Browse Source

Fix typo

Originally committed as revision 9841 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Panagiotis Issaris 18 years ago
parent
commit
b9ca204284
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/mpegvideo_common.h

+ 1
- 1
libavcodec/mpegvideo_common.h 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,


Loading…
Cancel
Save