Mercurial > mplayer.hg
diff gui/util/bitmap.c @ 37065:b28b632efeef
Cosmetic: Revise a few comments.
author | ib |
---|---|
date | Thu, 24 Apr 2014 11:31:31 +0000 |
parents | a17b55521dd2 |
children | 15efbc138bd3 |
line wrap: on
line diff
--- a/gui/util/bitmap.c Thu Apr 24 06:42:02 2014 +0000 +++ b/gui/util/bitmap.c Thu Apr 24 11:31:31 2014 +0000 @@ -66,7 +66,7 @@ * @brief Read and decode a PNG file into bitmap data. * * @param fname filename (with path) - * @param img pointer suitable to store the image data + * @param img memory location to store the image data * * @return 0 (ok), 1 (decoding error), 2 (open error), 3 (file too big), * 4 (out of memory), 5 (read error), 6 (avcodec alloc error) @@ -230,7 +230,7 @@ * @brief Read a PNG file. * * @param fname filename (with path, but may lack extension) - * @param img pointer suitable to store the image data + * @param img memory location to store the image data * * @return 0 (ok), -1 (color depth too low), -2 (not accessible), * -5 (#pngRead() error) or -8 (#convert_ARGB() error)