diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2010-09-08 23:36:14 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2010-09-08 23:36:14 +0000 |
commit | d222e9f9daeabe499653bc79c9a25b774941e630 (patch) | |
tree | dd774610e238a52cd5d0d111a421164780dc3388 | |
parent | 4389d606e6ce1be6e1ad41142069cb897f7f4559 (diff) | |
download | ffmpeg-d222e9f9daeabe499653bc79c9a25b774941e630.tar.gz |
av_fill_image_linesizes -> av_image_fill_linesizes
Originally committed as revision 25083 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 05c3b500f1..8458fc6bb0 100644 --- a/libavcore/imgutils.h +++ b/libavcore/imgutils.h @@ -70,7 +70,7 @@ int av_image_fill_linesizes(int linesizes[4], enum PixelFormat pix_fmt, int widt * @param data pointers array to be filled with the pointer for each image plane * @param ptr the pointer to a buffer which will contain the image * @param linesizes[4] the array containing the linesize for each - * plane, should be filled by av_fill_image_linesizes() + * plane, should be filled by av_image_fill_linesizes() * @return the size in bytes required for the image buffer, a negative * error code in case of failure */ |