comparison mpegvideo_common.h @ 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 f0a87ee1f6a9
children
comparison
equal deleted inserted replaced
12055:34b9819efef5 12056:25e9cb2b9477
629 * @param dest_y luma destination pointer 629 * @param dest_y luma destination pointer
630 * @param dest_cb chroma cb/u destination pointer 630 * @param dest_cb chroma cb/u destination pointer
631 * @param dest_cr chroma cr/v destination pointer 631 * @param dest_cr chroma cr/v destination pointer
632 * @param dir direction (0->forward, 1->backward) 632 * @param dir direction (0->forward, 1->backward)
633 * @param ref_picture array[3] of pointers to the 3 planes of the reference picture 633 * @param ref_picture array[3] of pointers to the 3 planes of the reference picture
634 * @param pic_op halfpel motion compensation function (average or put normally) 634 * @param pix_op halfpel motion compensation function (average or put normally)
635 * @param pic_op qpel motion compensation function (average or put normally) 635 * @param qpix_op qpel motion compensation function (average or put normally)
636 * the motion vectors are taken from s->mv and the MV type from s->mv_type 636 * the motion vectors are taken from s->mv and the MV type from s->mv_type
637 */ 637 */
638 static av_always_inline void MPV_motion_internal(MpegEncContext *s, 638 static av_always_inline void MPV_motion_internal(MpegEncContext *s,
639 uint8_t *dest_y, uint8_t *dest_cb, 639 uint8_t *dest_y, uint8_t *dest_cb,
640 uint8_t *dest_cr, int dir, 640 uint8_t *dest_cr, int dir,