mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
libwebp: Sync with upstream 1.2.2
Changes: https://chromium.googlesource.com/webm/libwebp/+/1.2.2/NEWS
This commit is contained in:
parent
bf12719cca
commit
339dcd80ae
28 changed files with 225 additions and 139 deletions
2
thirdparty/libwebp/src/webp/decode.h
vendored
2
thirdparty/libwebp/src/webp/decode.h
vendored
|
|
@ -85,7 +85,7 @@ WEBP_EXTERN uint8_t* WebPDecodeBGR(const uint8_t* data, size_t data_size,
|
|||
// Upon return, the Y buffer has a stride returned as '*stride', while U and V
|
||||
// have a common stride returned as '*uv_stride'.
|
||||
// Return NULL in case of error.
|
||||
// (*) Also named Y'CbCr. See: http://en.wikipedia.org/wiki/YCbCr
|
||||
// (*) Also named Y'CbCr. See: https://en.wikipedia.org/wiki/YCbCr
|
||||
WEBP_EXTERN uint8_t* WebPDecodeYUV(const uint8_t* data, size_t data_size,
|
||||
int* width, int* height,
|
||||
uint8_t** u, uint8_t** v,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue