[FFmpeg-devel] [PATCH] Introduce av_fill_image_planesizes() (was: swscale-test: add md5 output)

Michael Niedermayer michaelni
Wed Sep 8 16:52:58 CEST 2010


On Sat, Sep 04, 2010 at 01:56:42PM -0300, Ramiro Polla wrote:
[...]
> @@ -93,6 +93,18 @@ int av_fill_image_pointers(uint8_t *data[4], enum PixelFormat pix_fmt, int heigh
>                             uint8_t *ptr, const int linesizes[4]);
>  
>  /**
> + * Fill plane sizes for an image with pixel format pix_fmt and height height.
> + *
> + * @param planesizes[4] array to be filled with the size for each image plane
> + * @param linesizes[4] the array containing the linesize for each
> + * plane, should be filled by av_fill_image_linesizes()
> + * @return the size in bytes required for the image buffer, a negative
> + * error code in case of failure
> + */
> +int av_fill_image_planesizes(int planesizes[4], enum PixelFormat pix_fmt, int height,
> +                             const int linesizes[4]);
> +

this needs to be updated to the hierachical naming 

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No snowflake in an avalanche ever feels responsible. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100908/ae9d00cd/attachment.pgp>



More information about the ffmpeg-devel mailing list