s/TIFF/WebP

Change-Id: I0850bba7fe24af92ed246b72dcb87d9a8a4a8598
This commit is contained in:
Pascal Massimino 2015-10-28 02:04:28 -07:00
parent 9b37359853
commit 922268fdd4

View File

@ -21,7 +21,7 @@ struct WebPPicture;
// Reads a WebP from 'in_file', returning the decoded output in 'pic'.
// Output is RGBA or YUVA, depending on pic->use_argb value.
// If 'keep_alpha' is true and the TIFF has an alpha channel, the output is RGBA
// If 'keep_alpha' is true and the WebP has an alpha channel, the output is RGBA
// or YUVA. Otherwise, alpha channel is dropped and output is RGB or YUV.
// Returns true on success.
int ReadWebP(const char* const in_file, struct WebPPicture* const pic,