From: Stefano Sabatini Date: Fri, 20 Aug 2010 16:34:41 +0000 (+0000) Subject: Add missing period in av_fill_image_max_pixstep() doxy. X-Git-Tag: v0.7b1~2525 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1a991f23d45e58aa24b70a1c2f0618e642b2abe;p=platform%2Fupstream%2Flibav.git Add missing period in av_fill_image_max_pixstep() doxy. Originally committed as revision 24850 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcore/imgutils.h b/libavcore/imgutils.h index 874bef19e..cca0085d3 100644 --- a/libavcore/imgutils.h +++ b/libavcore/imgutils.h @@ -29,7 +29,7 @@ /** * Compute the max pixel step for each plane of an image with a - * format described by pixdesc + * format described by pixdesc. * * The pixel step is the distance in bytes between the first byte of * the group of bytes which describe a pixel component and the first