# HG changeset patch # User ramiro # Date 1283988974 0 # Node ID ed20007aabe20076d29a8eb7eb9e1af5d6bdb66b # Parent ec642b5a1d0aa875b71212d8cb057b4d112ed725 av_fill_image_linesizes -> av_image_fill_linesizes diff -r ec642b5a1d0a -r ed20007aabe2 imgutils.h --- 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 */