mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
AnimDecoder: option to decode to common color modes.
Change-Id: I77ddab9abe3c4b35a9bcfe4c90b3e43d3aef166d
This commit is contained in:
@ -201,7 +201,7 @@ static int ReadAnimatedWebP(const char filename[],
|
||||
|
||||
memset(image, 0, sizeof(*image));
|
||||
|
||||
dec = WebPAnimDecoderNew(webp_data);
|
||||
dec = WebPAnimDecoderNew(webp_data, NULL);
|
||||
if (dec == NULL) {
|
||||
fprintf(stderr, "Error parsing image: %s\n", filename);
|
||||
goto End;
|
||||
|
Reference in New Issue
Block a user