comparison mpegvideo_common.h @ 5428:750d76a34871 libavcodec

Fix typo
author takis
date Tue, 31 Jul 2007 16:22:57 +0000
parents 470601203f44
children ce0db8111f94
comparison
equal deleted inserted replaced
5427:5a61305cc568 5428:750d76a34871
520 pix_op[1][uvdxy](dest_cb, ptr_cb, uvlinesize, h >> 1); 520 pix_op[1][uvdxy](dest_cb, ptr_cb, uvlinesize, h >> 1);
521 } 521 }
522 } 522 }
523 523
524 /** 524 /**
525 * h263 chorma 4mv motion compensation. 525 * h263 chroma 4mv motion compensation.
526 */ 526 */
527 static inline void chroma_4mv_motion(MpegEncContext *s, 527 static inline void chroma_4mv_motion(MpegEncContext *s,
528 uint8_t *dest_cb, uint8_t *dest_cr, 528 uint8_t *dest_cb, uint8_t *dest_cr,
529 uint8_t **ref_picture, 529 uint8_t **ref_picture,
530 op_pixels_func *pix_op, 530 op_pixels_func *pix_op,