diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-02 10:49:29 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-02 10:49:29 +0000 |
commit | 9a58234feaae8b387b7a7e41b643ec619534d26a (patch) | |
tree | eaba3937ef0f47cfc6e1fb471c6e17147fd1596a /libavcodec/mpegvideo.c | |
parent | 5298b070c294c211a8777c8c0d61c42bbfd4d1d3 (diff) | |
download | ffmpeg-9a58234feaae8b387b7a7e41b643ec619534d26a.tar.gz |
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.c')
-rw-r--r-- | libavcodec/mpegvideo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index 8699f82638..a6ccd69e1d 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -1650,7 +1650,7 @@ static inline void chroma_4mv_motion_lowres(MpegEncContext *s, * @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 pix_op halfpel motion compensation function (average or put normally) * the motion vectors are taken from s->mv and the MV type from s->mv_type */ static inline void MPV_motion_lowres(MpegEncContext *s, |