summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_common.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-07-02 10:49:29 +0000
committerDiego Biurrun <diego@biurrun.de>2010-07-02 10:49:29 +0000
commit9a58234feaae8b387b7a7e41b643ec619534d26a (patch)
treeeaba3937ef0f47cfc6e1fb471c6e17147fd1596a /libavcodec/mpegvideo_common.h
parent5298b070c294c211a8777c8c0d61c42bbfd4d1d3 (diff)
Fix misspelled parameter names in Doxygen documentation.
This fixes one Doxygen warning each. Originally committed as revision 23970 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo_common.h')
-rw-r--r--libavcodec/mpegvideo_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/mpegvideo_common.h b/libavcodec/mpegvideo_common.h
index 25ecd94a7f..8e46e692f9 100644
--- a/libavcodec/mpegvideo_common.h
+++ b/libavcodec/mpegvideo_common.h
@@ -631,8 +631,8 @@ static inline void prefetch_motion(MpegEncContext *s, uint8_t **pix, int dir){
* @param dest_cr chroma cr/v destination pointer
* @param dir direction (0->forward, 1->backward)
* @param ref_picture array[3] of pointers to the 3 planes of the reference picture
- * @param pic_op halfpel motion compensation function (average or put normally)
- * @param pic_op qpel motion compensation function (average or put normally)
+ * @param pix_op halfpel motion compensation function (average or put normally)
+ * @param qpix_op qpel motion compensation function (average or put normally)
* the motion vectors are taken from s->mv and the MV type from s->mv_type
*/
static av_always_inline void MPV_motion_internal(MpegEncContext *s,