From d1a991f23d45e58aa24b70a1c2f0618e642b2abe Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Fri, 20 Aug 2010 16:34:41 +0000 Subject: Add missing period in av_fill_image_max_pixstep() doxy. Originally committed as revision 24850 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcore/imgutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcore/imgutils.h b/libavcore/imgutils.h index 874bef19e6..cca0085d3a 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 -- cgit v1.2.3