mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-27 22:28:22 +01:00
Merge "fix a typo in WebPPictureYUVAToARGB's doc"
This commit is contained in:
commit
273d035a44
@ -481,10 +481,10 @@ WEBP_EXTERN(int) WebPPictureARGBToYUVADithered(
|
|||||||
WEBP_EXTERN(int) WebPPictureSmartARGBToYUVA(WebPPicture* picture);
|
WEBP_EXTERN(int) WebPPictureSmartARGBToYUVA(WebPPicture* picture);
|
||||||
|
|
||||||
// Converts picture->yuv to picture->argb and sets picture->use_argb to true.
|
// Converts picture->yuv to picture->argb and sets picture->use_argb to true.
|
||||||
// The input format must be YUV_420 or YUV_420A.
|
// The input format must be YUV_420 or YUV_420A. The conversion from YUV420 to
|
||||||
// Note that the use of this method is discouraged if one has access to the
|
// ARGB incurs a small loss too.
|
||||||
// raw ARGB samples, since using YUV420 is comparatively lossy. Also, the
|
// Note that the use of this colorspace is discouraged if one has access to the
|
||||||
// conversion from YUV420 to ARGB incurs a small loss too.
|
// raw ARGB samples, since using YUV420 is comparatively lossy.
|
||||||
// Returns false in case of error.
|
// Returns false in case of error.
|
||||||
WEBP_EXTERN(int) WebPPictureYUVAToARGB(WebPPicture* picture);
|
WEBP_EXTERN(int) WebPPictureYUVAToARGB(WebPPicture* picture);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user