mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-04 16:06:49 +02:00
cosmetics,ReadAnimatedWebP: correct function comment
BUG=webp:355 Change-Id: If671b67067ee6ebaa63e9710ddbb7d59b33dbc3b
This commit is contained in:
parent
5bd40066cc
commit
8dc3d71ba0
@ -200,7 +200,7 @@ static int IsWebP(const WebPData* const webp_data) {
|
|||||||
return (WebPGetInfo(webp_data->bytes, webp_data->size, NULL, NULL) != 0);
|
return (WebPGetInfo(webp_data->bytes, webp_data->size, NULL, NULL) != 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Read animated WebP bitstream 'file_str' into 'AnimatedImage' struct.
|
// Read animated WebP bitstream 'webp_data' into 'AnimatedImage' struct.
|
||||||
static int ReadAnimatedWebP(const char filename[],
|
static int ReadAnimatedWebP(const char filename[],
|
||||||
const WebPData* const webp_data,
|
const WebPData* const webp_data,
|
||||||
AnimatedImage* const image, int dump_frames,
|
AnimatedImage* const image, int dump_frames,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user