Mercurial > libavcore.hg
changeset 27:ed20007aabe2 libavcore tip
av_fill_image_linesizes -> av_image_fill_linesizes
author | ramiro |
---|---|
date | Wed, 08 Sep 2010 23:36:14 +0000 |
parents | ec642b5a1d0a |
children | |
files | imgutils.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/imgutils.h Tue Sep 07 23:41:18 2010 +0000 +++ b/imgutils.h Wed Sep 08 23:36:14 2010 +0000 @@ -70,7 +70,7 @@ * @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 */