comparison mpegvideo.c @ 12056:25e9cb2b9477 libavcodec

Fix misspelled parameter names in Doxygen documentation. This fixes one Doxygen warning each.
author diego
date Fri, 02 Jul 2010 10:49:29 +0000
parents 93a22c0fe8fe
children 84df7b6b1929
comparison
equal deleted inserted replaced
12055:34b9819efef5 12056:25e9cb2b9477
1648 * @param dest_y luma destination pointer 1648 * @param dest_y luma destination pointer
1649 * @param dest_cb chroma cb/u destination pointer 1649 * @param dest_cb chroma cb/u destination pointer
1650 * @param dest_cr chroma cr/v destination pointer 1650 * @param dest_cr chroma cr/v destination pointer
1651 * @param dir direction (0->forward, 1->backward) 1651 * @param dir direction (0->forward, 1->backward)
1652 * @param ref_picture array[3] of pointers to the 3 planes of the reference picture 1652 * @param ref_picture array[3] of pointers to the 3 planes of the reference picture
1653 * @param pic_op halfpel motion compensation function (average or put normally) 1653 * @param pix_op halfpel motion compensation function (average or put normally)
1654 * the motion vectors are taken from s->mv and the MV type from s->mv_type 1654 * the motion vectors are taken from s->mv and the MV type from s->mv_type
1655 */ 1655 */
1656 static inline void MPV_motion_lowres(MpegEncContext *s, 1656 static inline void MPV_motion_lowres(MpegEncContext *s,
1657 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, 1657 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
1658 int dir, uint8_t **ref_picture, 1658 int dir, uint8_t **ref_picture,