diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-20 16:34:41 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-20 16:34:41 +0000 |
commit | d1a991f23d45e58aa24b70a1c2f0618e642b2abe (patch) | |
tree | 64e72a3fdf5a880e1dd82b28ed49cdfba9c436f1 | |
parent | 014df3a2aaf22f23a547747711afa7b6611e94b6 (diff) | |
download | ffmpeg-d1a991f23d45e58aa24b70a1c2f0618e642b2abe.tar.gz |
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.h | 2 |
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 |