[MPlayer-cvslog] r32478 - in trunk: DOCS/tech/slave.txt command.c input/input.c input/input.h
Nicolas George
nicolas.george at normalesup.org
Sun Oct 17 15:01:56 CEST 2010
Le sextidi 26 vendémiaire, an CCXIX, Reimar Döffinger a écrit :
> I think it's ok. I'd appreciate if you could add a quick doxy to the .h
> file for the pnm_read which I was too lazy to add.
> Otherwise I'll try to remember to do it somewhen.
Done. It looks like this (the patch was huge because of the svn cp, I would
rather avoid resending too many tumes):
/**
* Read a "portable anymap" image.
*
* @param[in] f input stream.
* @param[out] width width of the loaded image.
* @param[out] height height of the loaded image.
* @param[out] bytes_per_pixel format of the loaded image.
* @param[out] maxval maximum pixel value.
* @return a newly allocated array of
* width*height*bytes_per_pixel bytes,
* or NULL in case of error.
*/
Regards,
--
Nicolas George
-------------- 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/mplayer-cvslog/attachments/20101017/24c59f7f/attachment.pgp>
More information about the MPlayer-cvslog
mailing list