mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
av_fill_image_linesizes -> av_image_fill_linesizes
Originally committed as revision 25083 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4389d606e6
commit
d222e9f9da
@ -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 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 ptr the pointer to a buffer which will contain the image
|
||||||
* @param linesizes[4] the array containing the linesize for each
|
* @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
|
* @return the size in bytes required for the image buffer, a negative
|
||||||
* error code in case of failure
|
* error code in case of failure
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user