summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-20 16:34:41 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-20 16:34:41 +0000
commitd1a991f23d45e58aa24b70a1c2f0618e642b2abe (patch)
tree64e72a3fdf5a880e1dd82b28ed49cdfba9c436f1
parent014df3a2aaf22f23a547747711afa7b6611e94b6 (diff)
Add missing period in av_fill_image_max_pixstep() doxy.
Originally committed as revision 24850 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcore/imgutils.h2
1 files changed, 1 insertions, 1 deletions
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