From d1a991f23d45e58aa24b70a1c2f0618e642b2abe Mon Sep 17 00:00:00 2001
From: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Date: Fri, 20 Aug 2010 16:34:41 +0000
Subject: [PATCH] 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 874bef19e65..cca0085d3a6 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
-- 
GitLab